Open kylase opened 6 years ago
optparse is deprecated in Python 2.7. Hence, the current command line parser will need to be re-written with argparse which is supported in Python 3.x.
optparse
argparse
--seed
--cuda
--pretrained
--lr
--optim
--log
warn
-i
-f
optparse
is deprecated in Python 2.7. Hence, the current command line parser will need to be re-written withargparse
which is supported in Python 3.x.Features
--seed
--cuda
--pretrained
--lr
--optim
--log
; defaultwarn
--pretrained
-i
-f