What is the best way to perform hyperparameter optimization for a Pytorch model? Implement e.g. Random Search myself? Use Skicit Learn? Or is there anything else I am not aware
What I found is following:
More young projects:
UPDATE something new:
Ax: Adaptive Experimentation Platform by facebook
BoTorch: Bayesian Optimization in PyTorch
Also, I found a useful table at post by @Richard Liaw: