|
|
|
|
|
by breckuh
2743 days ago
|
|
Are there any practical Pytorch examples? Say my network training time is 12 hours, I wonder how beneficial this would be for hyperparameter tuning over just simple grid/random search? Or would I instrument my network in a way to iterate over hyperparams faster than at every epoch/run? |
|
We also use it for direct training of the weights of a network in reinforcement learning, not only hyperparameters.