Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reimplement command line parsing #3

Open
kylase opened this issue Jul 10, 2018 · 0 comments
Open

Reimplement command line parsing #3

kylase opened this issue Jul 10, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@kylase
Copy link

kylase commented Jul 10, 2018

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 kylase self-assigned this Jul 14, 2018
@kylase kylase added the enhancement New feature or request label Jul 14, 2018
@kylase kylase added this to the Optimisation milestone Jul 20, 2018
@kylase kylase removed this from the Optimisation milestone Aug 5, 2018
@kylase kylase added this to the PyTorch Implementation milestone Sep 17, 2018
@kylase kylase removed their assignment Oct 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant