Replies: 4 comments 7 replies
-
Interesting! Is there any example of that callback working in practice? |
Beta Was this translation helpful? Give feedback.
-
Hi @geoHeil,
It might be interesting to build a Would any of you @geoHeil, @vrodriguezf, @williamsdoug, @dnth be interested in creating such a tutorial? I do believe that the best way to learn something is by teaching others. |
Beta Was this translation helpful? Give feedback.
-
I use weights & biases for the hyperparameter tuning, I'm not sure how better/worse this is with respect to something like Optuna though. Wandb has a part of the api called sweeps, in which you can define, in a separate yaml file from the code, the configuration of the hyperparameter search, for example:
What I do there is to change override the default command to run each trial of the sweep (which is by default |
Beta Was this translation helpful? Give feedback.
-
Any news on this?
I get stuck at:
I have tried several ways to access parameters, such as config.n_layers for instance or config['n_layers'] . |
Beta Was this translation helpful? Give feedback.
-
Are there any recommended best practices to optimize the hyperparameters of TSAI models? Given the fact that TSAI is built on fasatai I would think https://optuna.readthedocs.io/en/stable/reference/generated/optuna.integration.FastAIV2PruningCallback.html#optuna.integration.FastAIV2PruningCallback is suitable but are not sure if it would be a recommended option.
Beta Was this translation helpful? Give feedback.
All reactions