初始化手写数字识别
This commit is contained in:
13
prediction.py
Normal file
13
prediction.py
Normal file
@@ -0,0 +1,13 @@
|
||||
'''
|
||||
1 加载数据
|
||||
2 构建模型
|
||||
3 获取损失函数
|
||||
4 获取优化器
|
||||
5 开始训练 调用3、4
|
||||
1 img--->model--->out
|
||||
2 out y 计算loss
|
||||
'''
|
||||
|
||||
for i in range(100):
|
||||
|
||||
for img in dasf:
|
||||
Reference in New Issue
Block a user