Skip to content
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

AutoParams default setting to something manageable #367

Closed
mikkokotila opened this issue Aug 7, 2019 · 1 comment
Closed

AutoParams default setting to something manageable #367

mikkokotila opened this issue Aug 7, 2019 · 1 comment
Assignees
Labels
priority: LOW lowest priority

Comments

@mikkokotila
Copy link
Contributor

Right now AutoParams will by default process an impossibly large parameter space. Better make it something that will run on a machine with 8gb of ram in the init phase without problems.

@mikkokotila mikkokotila added the priority: LOW lowest priority label Aug 7, 2019
@mikkokotila mikkokotila self-assigned this Aug 7, 2019
mikkokotila added a commit that referenced this issue Aug 7, 2019
- Related with #343 it's now possible to avoid saving model weights in `scan_object`, which might be desirable for very long runs with very large networks, due to the memory cost of keeping the weights throughout the experiment.
- fixed a small bug in `AutoParams` where choosing `network=False` resulted in 'dense' to be split into characters
- `max_param_values` is now optional in `AutoScan` and instead created the issue to handle the underlying problem properly #367
- fixed all the tests accordingly to the change in `AutoScan` arguments
mikkokotila added a commit that referenced this issue Aug 8, 2019
- Also fixes #367 (setting 4 per paramater as the default for automatic mode)
@mikkokotila
Copy link
Contributor Author

This is now handled and default value for params per label is 4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: LOW lowest priority
Projects
None yet
Development

No branches or pull requests

1 participant