-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix and update tune_pytorch example #14
base: main
Are you sure you want to change the base?
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.
Needs fixing some NITs. Also make a few values like batch_size
into parameters.
test_size=self.test_size, | ||
num_samples=self.num_samples, | ||
smoke_test=True, | ||
run_config_storage_path=current.ray_storage_path, |
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.
Ray will be writing every experiment in a subdirectory. Can we find a way to pull that out of the task and save it to self so that users can use that later.
4d34ea1
to
040e17c
Compare
No description provided.