Neural-ParsCit icon indicating copy to clipboard operation
Neural-ParsCit copied to clipboard

Reimplement command line parsing

Open kylase opened this issue 6 years ago • 0 comments

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

kylase avatar Jul 10 '18 08:07 kylase