上传者: 42134537
|
上传时间: 2021-10-15 22:59:18
|
文件大小: 25KB
|
文件类型: -
用PyTorch训练CIFAR10
我摆弄在CIFAR10数据集。
先决条件
Python 3.6+
PyTorch 1.0+
训练
# Start training with:
python main.py
# You can manually resume the training with:
python main.py --resume --lr=0.01
准确性
模型
累积
92.64%
93.02%
93.62%
93.75%
94.24%
94.29%
94.43%
94.73%
94.82%
94.89%
95.04%
95.11%
95.16%
95.47%