HLCaptain / ssl-in-the-wild

Comparison of Self-Supervised Learning models.
0 stars 2 forks source link

Implement Hyperparameter Optimization #26

Closed HLCaptain closed 9 months ago

HLCaptain commented 10 months ago

Implement hyperparameter optimization via Optuna, Wandb or any other means.

Hyperparameter optimization should be automated, finding the most accurate model with given parameters. May implement pruning and advanced sampling algorithms to find better hyperparameters faster.