This repository has been archived on 2023-11-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
handwrittenNum/prediction.py
2023-11-20 17:34:04 +08:00

14 lines
198 B
Python

'''
1 加载数据
2 构建模型
3 获取损失函数
4 获取优化器
5 开始训练 调用3、4
1 img--->model--->out
2 out y 计算loss
'''
for i in range(100):
for img in dasf: