Popular repositories Loading
-
train_classify_chenyun
train_classify_chenyun Public在陈云 P45页加上其github 。主要是训练网络,然后喂入训练好的数据,看网络认为属于什么标签;统计训练和测试阶段的loss以及准去率曲线visdom;最后将每个类的准确率统计出来。1. 关于在用visdom时, opts=dict(title='Test Loss&Acc.', legend=['test_loss', 'acc.']中的legend拼写错误,一直没检查出来。 2. 关…
-
Deep-Learning-with-PyTorch-Tutorials
Deep-Learning-with-PyTorch-Tutorials PublicForked from dragen1860/Deep-Learning-with-PyTorch-Tutorials
深度学习与PyTorch入门实战视频教程
Python 2
-
Deeplearning_models
Deeplearning_models Public这是https://github.com/rasbt/deeplearning-models 上的,具体路径是pytorch_ipynb/mechanics/cnn-weight-sharing.ipynb。 共享w参数
-
-
MNIST_Early_Stopping.py
MNIST_Early_Stopping.py Public这是关于early_stop,首先利用自定义early_stopping工具,(把valid 中的-loss作为分值标准,记录最好分值),如果,继续训练发现越来越差,则经设定好的阈值(训练几个还不见好)就停止训练,而不是一直训练完设定的epoch次数)
Python 1
If the problem persists, check the GitHub status page or contact support.