Rustam Zhumagambetov
Rustam Zhumagambetov
It would be nice to allow plugin developers add custom button to further enhance integration of service and player. E.g. Yandex Music has dislike button. I bet other services have...
The `optimize_hyperparameters` function has a parameter `study`. You can just pass the loaded study as a parameter to continue.
Study object is an interface to the database, not an actual storage. So if you want to view all trials and their metrics, just create a study object manually, importing...
Hi. My `dirpath` is empty in the `ModelCheckpoint` callback, this way checkpoints are created in their own `version-X` (where X is SLURM jobID) subfolder and do not mix, since the...
`default root dir` is just non empty.
@awaelchli +1. It would be convenient for my use case. But for my use case, the hook would need to be called before `configure_model` [saving.py#L182](https://github.com/Lightning-AI/pytorch-lightning/blob/8f702b3f762f6d24acba6c21871c7b447a83ef20/src/lightning/pytorch/core/saving.py#L182). My model is constructed using...