lightning/tests/tests_pytorch
Carlos Mocholí bcad90141a
Remove old test artifacts (#14574)
2022-09-07 10:09:59 -04:00
..
accelerators Mark stage argument in hooks as required (#14064) 2022-09-01 15:47:40 +02:00
benchmarks Clean up fairscale imports (#14476) 2022-09-01 18:08:40 +02:00
callbacks Add auto wrapping support for `DDPFullyShardedStrategy` (#14383) 2022-09-05 19:07:26 +00:00
checkpointing move pl/utilities/cloud_io.py to lite/utilities/cloud_io.py (#14515) 2022-09-05 18:30:31 +02:00
core Mark stage argument in hooks as required (#14064) 2022-09-01 15:47:40 +02:00
deprecated_api Deprecate pl/utilities/apply_func (#14516) 2022-09-05 20:30:42 +02:00
helpers Remove old test artifacts (#14574) 2022-09-07 10:09:59 -04:00
lite Integrate `lightning_utilities.core.apply_func` (#14537) 2022-09-06 13:52:54 +00:00
loggers Integrate `lightning_utilities.core.imports` (#14475) 2022-09-06 12:56:20 +00:00
loops Change `trainer.should_stop` to not stop in between an epoch and run until `min_steps/min_epochs` only (#13890) 2022-08-27 12:12:24 +00:00
models Integrate `lightning_utilities.core.imports` (#14475) 2022-09-06 12:56:20 +00:00
overrides
plugins Clean up fairscale imports (#14476) 2022-09-01 18:08:40 +02:00
profilers save checkpoints and profiler output to the first logger (#14325) 2022-08-26 17:23:54 +00:00
serve
strategies Add auto wrapping support for `DDPFullyShardedStrategy` (#14383) 2022-09-05 19:07:26 +00:00
trainer Integrate `lightning_utilities.core.apply_func` (#14537) 2022-09-06 13:52:54 +00:00
tuner Reset dataloaders on failure in tuner (#14372) 2022-08-31 21:00:18 +00:00
utilities Integrate with `lightning_utilities.core.enums` (#14558) 2022-09-07 15:14:14 +02:00
__init__.py Remove old test artifacts (#14574) 2022-09-07 10:09:59 -04:00
conftest.py Use a standalone test symlink for Lite (#14502) 2022-09-04 20:57:28 +02:00
run_standalone_tasks.sh Integrate `lightning_utilities.core.rank_zero` (#14556) 2022-09-07 09:21:48 +00:00
run_standalone_tests.sh Use a standalone test symlink for Lite (#14502) 2022-09-04 20:57:28 +02:00
test_cli.py