Closed tankeco closed 3 years ago
1.系统环境:ubuntu 2.MegEngine版本:1.2.0 3.python版本:3.6 4.模型名称:/
https://github.com/MegEngine/Models/blob/master/official/vision/classification/resnet/train.py#L58
The default type of argparse is str, so once batch_size, learning_rate or world_size is modified, it will cause an error
str
batch_size
learning_rate
world_size
环境
1.系统环境:ubuntu 2.MegEngine版本:1.2.0 3.python版本:3.6 4.模型名称:/
复现步骤
请提供关键的代码片段便于追查问题
https://github.com/MegEngine/Models/blob/master/official/vision/classification/resnet/train.py#L58
The default type of argparse is
str
, so oncebatch_size
,learning_rate
orworld_size
is modified, it will cause an error