novann 4.0.1__tar.gz → 4.0.2__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.
- {novann-4.0.1 → novann-4.0.2}/PKG-INFO +3 -3
- {novann-4.0.1 → novann-4.0.2}/README.md +2 -2
- {novann-4.0.1 → novann-4.0.2}/nova/__init__.py +1 -1
- {novann-4.0.1 → novann-4.0.2}/nova/_interfaces/_base_tensor.py +2 -1
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/grad_mode.py +1 -0
- {novann-4.0.1 → novann-4.0.2}/nova/serialization/_safe_load.py +1 -0
- {novann-4.0.1 → novann-4.0.2}/nova/serialization/load.py +1 -0
- {novann-4.0.1 → novann-4.0.2}/nova/serialization/save.py +1 -0
- {novann-4.0.1 → novann-4.0.2}/pyproject.toml +1 -1
- {novann-4.0.1 → novann-4.0.2}/LICENCE +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/README.es.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/README.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/_interfaces/README.es.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/_interfaces/README.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/_interfaces/_lr_scheduler.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/_interfaces/_lr_scheduler.pyi +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/_interfaces/_optimizer.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/_interfaces/_optimizer.pyi +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/_internal/README.es.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/_internal/README.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/_internal/_binding.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/_internal/_generators.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/_tensor.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/_tensor.pyi +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/_typing/README.es.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/_typing/README.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/_typing/__init__.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/_typing/_typing.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/README.es.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/README.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/__init__.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/_ops/__init__.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/_ops/_activation.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/_ops/_arithmetic.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/_ops/_comparison.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/_ops/_convolution.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/_ops/_creation.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/_ops/_indexing.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/_ops/_linalg.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/_ops/_linear.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/_ops/_loss.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/_ops/_manipulation.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/_ops/_normalization.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/_ops/_random.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/_ops/_reduction.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/_ops/_trigonometric.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/_ops/_view.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/_ops/native/native_functions.yaml +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/_ops/utils.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/engine/__init__.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/engine/context.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/engine/context.pyi +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/engine/engine.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/engine/engine.pyi +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/function.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/function.pyi +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/grad.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/grad.pyi +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/tests/op_signatures.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/tests/test_backward.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/tests/test_function.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/tests/test_gradients.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/tests/test_operations.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/utils/__init__.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/autograd/utils/processing.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/core/README.es.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/core/README.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/core/__init__.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/core/constants.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/dtypes.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/exceptions.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/metrics/README.es.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/metrics/README.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/metrics/__init__.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/metrics/classification/__init__.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/metrics/classification/_confusion.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/metrics/classification/_roc_auc.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/metrics/classification/_stat.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/metrics/metric.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/metrics/regression/__init__.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/metrics/regression/_error.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/metrics/regression/_r2.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/README.es.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/README.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/__init__.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/functional.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/functional.pyi +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/init.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/init.pyi +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/modules/__init__.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/modules/activation.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/modules/batchnorm.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/modules/container.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/modules/conv.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/modules/dropout.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/modules/flatten.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/modules/layernorm.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/modules/lazy.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/modules/linear.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/modules/loss.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/modules/module.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/modules/module.pyi +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/modules/pooling.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/parameter.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/parameter.pyi +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/utils/__init__.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/utils/clip_grad.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/nn/utils/tensor_utils.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/optim/README.es.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/optim/README.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/optim/__init__.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/optim/adam.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/optim/adam.pyi +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/optim/adamw.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/optim/adamw.pyi +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/optim/lr_scheduler.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/optim/lr_scheduler.pyi +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/optim/rmsprop.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/optim/rmsprop.pyi +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/optim/sgd.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/optim/sgd.pyi +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/serialization/README.es.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/serialization/README.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/serialization/__init__.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/serialization/load.pyi +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/serialization/save.pyi +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/utils/README.es.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/utils/README.md +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/utils/__init__.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/utils/data/__init__.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/utils/data/dataloader.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/utils/data/dataset.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/utils/data/preprocessing.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/utils/datasets/__init__.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/utils/datasets/fashion.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/utils/datasets/mnist.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/utils/decorators/__init__.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/utils/decorators/memory_usage.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/utils/decorators/registry.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/utils/decorators/timing.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/utils/grad_checking.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/utils/hooks.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/utils/logger.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/utils/memory.py +0 -0
- {novann-4.0.1 → novann-4.0.2}/nova/utils/to_tensor.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: novann
|
|
3
|
-
Version: 4.0.
|
|
3
|
+
Version: 4.0.2
|
|
4
4
|
Summary: NovaNN deep learning framework
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
License-File: LICENCE
|
|
@@ -34,7 +34,7 @@ Description-Content-Type: text/markdown
|
|
|
34
34
|
|
|
35
35
|

|
|
36
36
|
|
|
37
|
-

|
|
38
38
|

|
|
39
39
|

|
|
40
40
|

|
|
@@ -472,7 +472,7 @@ poetry add novann
|
|
|
472
472
|
|
|
473
473
|
```python
|
|
474
474
|
import nova
|
|
475
|
-
print(nova.__version__) # Should display: 4.0.
|
|
475
|
+
print(nova.__version__) # Should display: 4.0.2
|
|
476
476
|
```
|
|
477
477
|
|
|
478
478
|
#### System requirements
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
|
-

|
|
4
4
|

|
|
5
5
|

|
|
6
6
|

|
|
@@ -438,7 +438,7 @@ poetry add novann
|
|
|
438
438
|
|
|
439
439
|
```python
|
|
440
440
|
import nova
|
|
441
|
-
print(nova.__version__) # Should display: 4.0.
|
|
441
|
+
print(nova.__version__) # Should display: 4.0.2
|
|
442
442
|
```
|
|
443
443
|
|
|
444
444
|
#### System requirements
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|