提交 5ef0cb2d 编写于 作者: H heya02

update

上级 56fe3440
...@@ -50,7 +50,7 @@ epoch_id = 0 ...@@ -50,7 +50,7 @@ epoch_id = 0
while not trainer.stop(): while not trainer.stop():
if epoch_id > 15: if epoch_id > 15:
break break
print("{} epoch {} start train".format(time.strftime('%Y-%m-%d %H:%M:%S',time.localtime(time.time())), epoch_id)) print("{} Epoch {} start train".format(time.strftime('%Y-%m-%d %H:%M:%S',time.localtime(time.time())), epoch_id))
train_step = 0 train_step = 0
for data in reader(): for data in reader():
trainer.run(feed=data, fetch=[]) trainer.run(feed=data, fetch=[])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册