We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966b604 commit 0da233cCopy full SHA for 0da233c
CHANGELOG.md
@@ -88,6 +88,7 @@ To release a new version, please update the changelog as followed:
88
- `tutorial_models_vgg16` and `tutorial_models_vgg19` has been changed the input scale from [0,255] to [0,1](PR #710)
89
- `tutorial_mnist_distributed_trainer.py` and `tutorial_cifar10_distributed_trainer.py` are added to explain the uses of Distributed Trainer (PR #700)
90
- add `tutorial_quanconv_cifar10.py` and `tutorial_quanconv_mnist.py` (PR #735)
91
+ - add `tutorial_work_with_onnx.py`(PR #775)
92
### Changed
93
- function minibatches changed to avoid wasting samples.(PR #762)
94
- all the input scale in both vgg16 and vgg19 has been changed the input scale from [0,255] to [0,1](PR #710)
0 commit comments