optuna / optuna-examples

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

Update pytorch-lightning version #172

Closed Alnusjaponica closed 1 year ago

Alnusjaponica commented 1 year ago

Motivation

Update PyTorch Lightning version to >=1.6

Description of the changes

PyTorch Lightning version for optuna-example is updated to >=1.6 as PR #4322 is merged into the master of optuna. Note that DDP is temporally unsupported until PR #4384 is merged into the master. Type annotation is also updated based on the setup.cfg in optuna.