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

Minor documentation issue with training model (train.sh) on new dataset. #9

Open
al-alamin opened this issue Apr 12, 2021 · 0 comments

Comments

@al-alamin
Copy link

In the documentation, it suggests adding '-o' to provide a new name for the newly trained model.
sh train.sh -i train.csv [-d csv_delimiter] [-g] [-c chunk-size] [-j jobs-number] [-o model-name]

But on the train.sh, file necessary code is not implemented properly. So, in its current form, it is required to use -m instead of -o during training to save the model with a user-provided name.

sh train.sh -i train.csv [-d csv_delimiter] [-g] [-c chunk-size] [-j jobs-number] [-m model-name]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant