optuna/optuna-examples

Updating the PyTorch Lightning example to >= 2.0

jxtngx opened this issue ยท 5 comments

๐Ÿ‘‹ Is it okay if I submit a PR to update the PyTorch Lightning example to use version 2.0?

Thank you for your interest. Since Optuna v3.3.0 supports PyTorch Lightning 2.0, your contribution to update the example would be very helpful for users.

Just a question, but it seems that the example is already using the latest version of PyTorch Lightning. Is it that some of the syntax is outdated, or are there any deprecated features being used?

pytorch-lightning>=1.6.0

Yes to the syntax. Essentially I would only need to update to >=2.0, run any needed tests to ensure everything is fine (as it should be since this currently installs PL 2.09), and push to the PR branch.

Sounds good! Please proceed with the updates. Much appreciated!

This issue has not seen any recent activity.