optuna / optuna-examples

Examples for https://github.com/optuna/optuna
MIT License
634 stars 172 forks source link

Update Version Syntax for PyTorch and PyTorch Lightning Examples #205

Closed jxtngx closed 8 months ago

jxtngx commented 9 months ago

Motivation

Fixes #204

Description of the changes

mpi4py
plotly
pytorch-ignite
-pytorch-lightning>=1.6.0
+pytorch-lightning>=2.0
skorch
-torch==1.11.0
+torch>=2.0
-torchvision==0.12.0
+torchvision>=0.12.0
-torchaudio==0.11.0
+torchaudio>=0.11.0
optuna

After installing PyTorch 2.0 and PyTorch Lightning 2.0, I ran pytorch_simple and pytorch_lightning_simple to confirm there were no issues with either example. Each ran without issue.

Additionally, I bumped the minimum Python version to 3.8 in pytorch.yml.

jxtngx commented 9 months ago

hello @c-bata @toshihikoyanase. my PR is ready for review.

github-actions[bot] commented 9 months ago

This pull request has not seen any recent activity.

toshihikoyanase commented 9 months ago

Sorry for the delayed response. Let me check the update today.