error: unrecognized arguments:

很傻的一个问题,命令不会用
在运行这个命令时,我少写了个-
正确的

!python main.py --refine pruned.pth.tar --epochs 40

错误的

python main.py -refine pruned.pth.tar --epochs 40

版权声明:本文为weixin_42630613原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。