-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Improve Documentation For Model Training #1201
Conversation
* - TIME_LIMIT | ||
- Time limit to train the model in seconds. Default: 120. | ||
* - TUNE_FOR_MEMORY | ||
- Whether to refine hyperopt search space for available host / GPU memory. Default: False. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cannot understand this parameter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about we add a note explaining this? Any issues of using it if there is no GPU?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am also not sure. Ludwig documentation also don't have a good explanation. Shall we hide this parameter from the documentation?
Relates to: #999 #960