You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
- 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
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.The text was updated successfully, but these errors were encountered: