未验证 提交 a50d36a4 编写于 作者: B Bubbliiiing 提交者: GitHub

Update train.py

上级 0fbfb75e
......@@ -226,7 +226,7 @@ if __name__ == "__main__":
# 调整非主干模型first
if True:
Init_epoch = 0
Freeze_epoch = 25
Freeze_epoch = 50
# batch_size大小,每次喂入多少数据
batch_size = 8
# 最大学习率
......@@ -265,8 +265,8 @@ if __name__ == "__main__":
# 解冻后训练
if True:
Freeze_epoch = 25
Epoch = 50
Freeze_epoch = 50
Epoch = 100
# batch_size大小,每次喂入多少数据
batch_size = 2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册