What is the best way to perform hyper parameter search in PyTorch?

@kevinzakka has implemented hypersearch.
There are still some TODOs, so alternatively you could have a look at Skorch which allows you to use the scikit-learn grid search / random search.

10 Likes