genie icon indicating copy to clipboard operation
genie copied to clipboard

Refactor Trainer arguments, replacing gpus with devices and accelerator

Open joelmeyerson opened this issue 1 year ago • 0 comments

This commit updates the arguments provided to Trainer in train.py to be compatible with the current PyTorch Lightning version. The gpus keyword argument is now replaced with devices and accelerator.

joelmeyerson avatar Apr 11 '23 11:04 joelmeyerson