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
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.
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]
The text was updated successfully, but these errors were encountered: