Edit by browser

This commit is contained in:
陈亚云 2020-07-13 14:10:04 +08:00
parent ddd710a1d2
commit 847efabcab
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ if __name__ == "__main__":
# 请在此添加代码完成本关任务
#********** Begin *********#
## 提示:补全损失函数的定义
net_loss =
#********** End **********#
repeat_size = epoch_size
# create the network
@ -23,7 +23,7 @@ if __name__ == "__main__":
# 请在此添加代码完成本关任务
#********** Begin *********#
## 提示:补全优化器的定义,使用 Momentum 优化器
net_opt =
#********** End **********#
config_ck = CheckpointConfig(save_checkpoint_steps=1875, keep_checkpoint_max=10)