lightning/tests/tests_pytorch
Mauricio Villegas ed52823c3f
LightningCLI support for optimizers and schedulers via dependency injection (#15869)
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-12-12 15:36:19 +00:00
..
accelerators Drop PyTorch 1.9 support (#15347) 2022-11-10 08:59:13 -05:00
benchmarks Refactor XLA and TPU checks across codebase (#14550) 2022-10-04 22:54:14 +00:00
callbacks Set the logger explicitly in tests (#15815) 2022-12-10 13:32:37 +00:00
checkpointing Set the logger explicitly in tests (#15815) 2022-12-10 13:32:37 +00:00
core Apply dynamo to training_step, validation_step, test_step, predict_step (#15957) 2022-12-08 21:02:31 +01:00
deprecated_api Deprecate description and env parameters in LightningCLI.__init__ (#15651) 2022-11-27 10:52:01 +00:00
graveyard Make LightningModule torch.jit.script-able again (#15947) 2022-12-08 18:02:27 +01:00
helpers Remove checks for torch greater than 1.10 (#15846) 2022-12-01 21:41:22 +01:00
lite [Lite] precision_plugin -> precision (#15001) 2022-10-10 15:00:32 +00:00
loggers Batch `MLFlowLogger` requests (#15915) 2022-12-12 14:22:48 +00:00
loops Undo marking tests that don't need it as standalone (#15355) 2022-11-09 14:03:25 +00:00
models Set the logger explicitly in tests (#15815) 2022-12-10 13:32:37 +00:00
overrides Standalone Lite: Remaining Utilities (#14492) 2022-09-07 15:25:23 +00:00
plugins Remove checks for torch greater than 1.10 (#15846) 2022-12-01 21:41:22 +01:00
profilers Set the logger explicitly in tests (#15815) 2022-12-10 13:32:37 +00:00
serve Various test fixes (#15068) 2022-10-11 03:47:16 -04:00
strategies Set the logger explicitly in tests (#15815) 2022-12-10 13:32:37 +00:00
trainer Use LRScheduler for torch >= 1.14 otherwise use _LRScheduler (#15768) 2022-12-12 13:33:26 +00:00
tuner Fix restarting attribute for lr finder (#15620) 2022-12-08 14:37:29 +01:00
utilities Checkpoint migration for `ModelCheckpoint` state-key changes (#15606) 2022-11-11 13:06:25 +00:00
__init__.py Remove old test artifacts (#14574) 2022-09-07 10:09:59 -04:00
conftest.py Switch from tensorboard to tensorboardx in logger (#15728) 2022-11-21 20:53:25 +00:00
run_standalone_tasks.sh Update outdated deadlock detection test (#15594) 2022-11-09 16:17:00 +01:00
run_standalone_tests.sh Grep for potential errors in standalone tests (#15341) 2022-11-05 04:29:38 +01:00
test_cli.py LightningCLI support for optimizers and schedulers via dependency injection (#15869) 2022-12-12 15:36:19 +00:00