未验证 提交 ca00f4b6 编写于 作者: J JiaQi Xu 提交者: GitHub

Update train.py

上级 8442a634
......@@ -60,7 +60,7 @@ if __name__ == "__main__":
epoch_size = num_train // Batch_size
for epoch in range(Epoch):
for epoch in range(Start_iter,Epoch):
if epoch%10==0:
adjust_learning_rate(optimizer,lr,0.95,epoch)
loc_loss = 0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册