You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Features
Training of model
seed --seed
use CUDA --cuda
pretrained --pretrained
learning rate --lr
optimizer --optim
log level --log; default warn
pretrained embeddings --pretrained
Inference
Interactive -i
File -f
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: