generated from Lightning-AI/deep-learning-project-template
-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to pytorch-lightning >=2 (#114)
* Upgrade to pytorch-lightning >=2 Upgrades pytorch lightning, modifying usage of pl.Trainer to conform with the new way to set the devices and checkpoint. * Update kaggle download commands in README Include the commands for unzipping the files, including the zipped csvs within the original zip from the first challenge. * Try disabling mac memory allocation limit in CI See if we can use the mac GPU for the trainer test * Use cpu for if cuda unavailable in trainer test Avoids trying to use MPS on mac in CI which has insufficient memory * Store created val.csv alongside input csv In preprocessing_utils.py save the created val.csv in the same folder as the input csv instead of in the current working directory, and add logging so the user knows where it is saved. This makes the two functions in the file more consistent in where they save their output. * Support comma-separated device string
- Loading branch information
Showing
5 changed files
with
41 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters