cifar10-tools 0.5.3__tar.gz → 0.5.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cifar10_tools
3
- Version: 0.5.3
3
+ Version: 0.5.4
4
4
  Summary: Tools for training neural networks on the CIFAR-10 task with PyTorch and TensorFlow
5
5
  License: GPLv3
6
6
  License-File: LICENSE
@@ -25,7 +25,7 @@ Provides-Extra: tensorflow
25
25
  Requires-Dist: numpy (>=1.24)
26
26
  Requires-Dist: torch (>=2.0)
27
27
  Requires-Dist: torchvision (>=0.15)
28
- Project-URL: Documentation, https://gperdrizet.github.io/CIFAR10/README.md
28
+ Project-URL: Documentation, https://gperdrizet.github.io/CIFAR10
29
29
  Project-URL: Homepage, https://github.com/gperdrizet/CIFAR10
30
30
  Project-URL: Issues, https://github.com/gperdrizet/CIFAR10/issues
31
31
  Project-URL: PyPI, https://pypi.org/project/cifar10_tools
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
 
5
5
  [tool.poetry]
6
6
  name = "cifar10_tools"
7
- version = "0.5.3"
7
+ version = "0.5.4"
8
8
  description = "Tools for training neural networks on the CIFAR-10 task with PyTorch and TensorFlow"
9
9
  authors = ["gperdrizet <george@perdrizet.org>"]
10
10
  readme = "README.md"
@@ -49,7 +49,7 @@ tensorflow = ["tensorflow"]
49
49
 
50
50
  [tool.poetry.urls]
51
51
  Homepage = "https://github.com/gperdrizet/CIFAR10"
52
- Documentation = "https://gperdrizet.github.io/CIFAR10/README.md"
52
+ Documentation = "https://gperdrizet.github.io/CIFAR10"
53
53
  Repository = "https://github.com/gperdrizet/CIFAR10"
54
54
  Issues = "https://github.com/gperdrizet/CIFAR10/issues"
55
55
  PyPI = "https://pypi.org/project/cifar10_tools"
File without changes
File without changes