cortexnet 3.2.2__tar.gz → 3.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cortexnet-3.2.2 → cortexnet-3.2.3}/PKG-INFO +3 -1
- {cortexnet-3.2.2 → cortexnet-3.2.3}/README.md +2 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/__init__.py +1 -1
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet.egg-info/PKG-INFO +3 -1
- {cortexnet-3.2.2 → cortexnet-3.2.3}/pyproject.toml +1 -1
- {cortexnet-3.2.2 → cortexnet-3.2.3}/LICENSE +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/__main__.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/adapter/__init__.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/adapter/arch_adapter.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/adapter/calibrator.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/adapter/inference_adapter.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/adapter/model_registry.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/adapter/weight_adapter.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/adversarial.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/attention.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/blocks.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/cache.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/causal_reasoning.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/compat.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/config.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/continual_learning.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/cortex_block_lite.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/distributed.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/graph_reasoning.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/hierarchical_memory.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/interpretability.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/memory.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/meta_learning.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/model.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/multi_agent.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/multimodal.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/ops/__init__.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/ops/device_manager.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/ops/npu_ops.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/quantization.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/routing.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/self_evolution.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/ssm.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/training_utils.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet/transformer_baseline.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet.egg-info/SOURCES.txt +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet.egg-info/dependency_links.txt +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet.egg-info/entry_points.txt +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet.egg-info/requires.txt +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/cortexnet.egg-info/top_level.txt +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/setup.cfg +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/tests/test_all.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/tests/test_core_modules.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.3}/tests/test_public_api.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cortexnet
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.3
|
|
4
4
|
Summary: CortexNet: unified neural network architecture beyond Transformers
|
|
5
5
|
Author: CortexNet Team
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -128,7 +128,9 @@ python -m pytest -q
|
|
|
128
128
|
- 模块职责图:`MODULE_MAP.md`
|
|
129
129
|
- 变更记录:`CHANGELOG.md`
|
|
130
130
|
- 贡献指南:`CONTRIBUTING.md`
|
|
131
|
+
- 支持与问题分流:`SUPPORT.md`
|
|
131
132
|
- 安全策略:`SECURITY.md`
|
|
133
|
+
- 示例代码:`examples/README.md`
|
|
132
134
|
|
|
133
135
|
## Compatibility Notes
|
|
134
136
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cortexnet
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.3
|
|
4
4
|
Summary: CortexNet: unified neural network architecture beyond Transformers
|
|
5
5
|
Author: CortexNet Team
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -128,7 +128,9 @@ python -m pytest -q
|
|
|
128
128
|
- 模块职责图:`MODULE_MAP.md`
|
|
129
129
|
- 变更记录:`CHANGELOG.md`
|
|
130
130
|
- 贡献指南:`CONTRIBUTING.md`
|
|
131
|
+
- 支持与问题分流:`SUPPORT.md`
|
|
131
132
|
- 安全策略:`SECURITY.md`
|
|
133
|
+
- 示例代码:`examples/README.md`
|
|
132
134
|
|
|
133
135
|
## Compatibility Notes
|
|
134
136
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|