LeNet-5
LeNet-5 copied to clipboard
PyTorch implementation of LeNet-5 with live visualization
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
hi! First of all, thank you very much for your open source code. Then, when I was looking at the code, I found that I didn't understand one sentence. Could...
numpy==1.17.0 torch==1.4.0 torchvision==0.4.0 visdom==0.1.6 Pillow==6.2.0 onnx==1.6.0 我这样设置对吗
https://github.com/activatedgeek/LeNet-5/blob/b9d7f39a752d23a7de60ea6d679812c401fab57e/lenet.py#L37 I think there is no need to put LogSoftmax layer at the end of network if you are going to use CrossEntropyLoss ? Because CrossEntropyLoss combines nn.LogSoftmax() and nn.NLLLoss()...
F:\Git\LeNet-5>python run.py Train - Epoch 1, Batch: 0, Loss: 2.312821 Traceback (most recent call last): File "run.py", line 93, in main() File "run.py", line 89, in main train_and_test(e) File "run.py",...
Bumps [onnx](https://github.com/onnx/onnx) from 1.6.0 to 1.13.0. Release notes Sourced from onnx's releases. v1.13.0 ONNX v1.13.0 is now available with exciting new features! We would like to thank everyone who contributed...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@wiredfool]...