lightning/tests/tests_pytorch
Adam J. Stewart b26e5f6e97
Typo fix: on_training_epoch_end -> on_train_epoch_end (#17110)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-03-17 10:01:00 +00:00
..
accelerators Trainer: auto default (#16847) 2023-02-23 18:42:17 +01:00
benchmarks Rename `replace_sampler_ddp|replace_sampler` to `use_distributed_sampler` (#16829) 2023-02-22 14:07:02 +01:00
callbacks Prepare 2.0.0 release (#17056) 2023-03-15 07:44:43 -04:00
checkpointing Mark the connectors as protected (#17008) 2023-03-10 00:44:04 +01:00
core Reroute LightningModule gradient clipping to Fabric (#16941) 2023-03-14 11:31:20 +00:00
deprecated_api copyright Lightning AI team (#16647) 2023-02-06 15:26:51 +01:00
graveyard tests: switch imports for pytorch (#16595) 2023-02-02 10:06:45 +00:00
helpers refactor: move RunIf to PL pkg (#16923) 2023-03-03 15:45:59 +00:00
loggers Add support for fsspec paths for CSVLoggers (#16880) 2023-03-02 23:33:55 +00:00
loops Error checking for non-iterables (#17007) 2023-03-10 17:02:28 +00:00
models Simplify the Trainer core logic (#17017) 2023-03-13 13:43:57 +00:00
overrides Consume the prediction batch indices iteratively (#16826) 2023-02-22 17:03:08 +01:00
plugins Merge DDPStrategy and DDPSpawnStrategy in PL (#16809) 2023-02-27 14:43:23 -05:00
profilers copyright Lightning AI team (#16647) 2023-02-06 15:26:51 +01:00
serve tests: switch imports for pytorch (#16595) 2023-02-02 10:06:45 +00:00
strategies Avoid `inference_mode` with FSDP (#17064) 2023-03-14 16:03:12 +00:00
trainer Typo fix: on_training_epoch_end -> on_train_epoch_end (#17110) 2023-03-17 10:01:00 +00:00
tuner Merge DDPStrategy and DDPSpawnStrategy in PL (#16809) 2023-02-27 14:43:23 -05:00
utilities Add `CombinedLoader` to the API reference (#17062) 2023-03-14 15:52:05 +01:00
__init__.py copyright Lightning AI team (#16647) 2023-02-06 15:26:51 +01:00
conftest.py Mark the connectors as protected (#17008) 2023-03-10 00:44:04 +01:00
run_standalone_tasks.sh copyright Lightning AI team (#16647) 2023-02-06 15:26:51 +01:00
run_standalone_tests.sh Always run standalone tests (#16705) 2023-02-20 14:58:44 +00:00
test_cli.py Revert "import neptune instead of import neptune.new" (#16898) 2023-03-13 14:50:30 +00:00