For "Out Of Memory Error" add functionality to skip the current config and resume training #1273
Unanswered
Vishnu Srivastava (zxingz)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Users can have GPUs with 4GB, 6GB, 12GB, 24GB vRAM. When we are tuning hyperparameters the training stops if the "OOM" error is encountered for GPU memory. For example, if we set different "max_bin" values.
Please add a "skip_and_resume" flag in settings so that the code can go to the next iteration of hyperparameter config if OOM is encountered.
All reactions