-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to lightning 2.0 * Update env * Update env * Add pydantic<2 * Update * Update train.py * Update a couple imports * Update * Update * Update * Default test_interval to -1, print warning if its positive * Reproduce the trick used before to test during training Alas, it requires to reload the dataloaders every epoch when test_interval>0 * Blacken * Blacken * Small update * Fix typo * Fix default reset_dataloaders_every_n_epochs * Add l1_loss to validation * Report val_loss, train_loss and test_loss with the same name as before Change the order of operations to reproduce trains done with previous versions more closely * blacken * Use zero_rank_warn * Set inference_mode to false during testing * Add more arguments to testing Trainer * Add a test result log Always log losses on y and neg_dy even if they are weighted 0 for the total loss * Change lightning.pytorch to just lightning * Change a comprehension into an if/else * Remove spurious self. in _get_mean_losses * Use defaultdict * Update to lightning 2.0.8 * Blacken
- Loading branch information
1 parent
dca6679
commit ac16c09
Showing
10 changed files
with
200 additions
and
153 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
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
Oops, something went wrong.