Neural-ParsCit
Neural-ParsCit copied to clipboard
Reimplement command line parsing
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
; defaultwarn
- pretrained embeddings
--pretrained
- seed
- Inference
- Interactive
-i
- File
-f
- Interactive