-
Notifications
You must be signed in to change notification settings - Fork 16
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
Tuning clean up #299
Tuning clean up #299
Conversation
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.
Looks good, I think there's just a typo in bbh.yaml
and bns.yaml
What was the typo in |
I thought it was also "progres" instead of "progress", but it looks like I misread it, or just looked at |
@wbenoit26 can I get an approval when you get a chance? |
lightray
update which now exposes most of thetune.Tuner
API. This will allow users to configure things like theTrialScheduler
,SearchAlg
etc.TuneLocal
task which works the same way asTrainLocal
vsTrainRemote
: IfAFRAME_TRAIN_RUN_DIR
is an s3:// path will tune remotely.TraceModel
callback, which was unnecessary to do at the end of every epoch for every trial, and was contributing to some bottlenecks. Don't yet have a cleaner solution for automatically tracing the best model, so will have to do it by hand for now.