lightning/pytorch_lightning
Rohit Gupta 4011f379b8
Fix double precision during evaluation (#12983)
2022-05-11 17:43:19 +00:00
..
accelerators Track CPU stats with DeviceStatsMonitor (#11795) 2022-05-10 10:57:38 +00:00
callbacks Track CPU stats with DeviceStatsMonitor (#11795) 2022-05-10 10:57:38 +00:00
core Support `predict_dataset` in `LightningDataModule.from_datasets` (#12942) 2022-05-04 13:12:22 +00:00
demos Remove duplicate boring classes (#12951) 2022-05-02 17:42:12 +02:00
distributed Renamed the `DDPSpawnPlugin` to `DDPSpawnStrategy` (#11145) 2021-12-21 23:06:14 +00:00
lite Support auto_select_gpus with accelerator and devices api (#12608) 2022-04-12 21:28:54 +00:00
loggers Remove deprecated `TestTubeLogger` (#12859) 2022-04-24 20:05:48 +02:00
loops Remove `on_train_batch_{start,end}(dataloader_idx=...)` (#12977) 2022-05-06 14:58:49 +02:00
overrides Fix import error when `distributed` module not available (#12794) 2022-04-20 17:28:39 +00:00
plugins ShardedGradScaler should only be set for FP16 (#12915) 2022-04-28 17:44:31 +02:00
profiler Drop PyTorch 1.7 support (#12432) 2022-03-27 21:31:20 +00:00
strategies Fix double precision during evaluation (#12983) 2022-05-11 17:43:19 +00:00
trainer Remove deprecated `checkpoint_callback` flag in Trainer (#13027) 2022-05-11 08:01:00 -04:00
tuner Avoid redundant callback restore warning while tuning (#13026) 2022-05-11 16:11:04 +02:00
utilities Track CPU stats with DeviceStatsMonitor (#11795) 2022-05-10 10:57:38 +00:00
__about__.py Update version after the 1.6.0 release (#12512) 2022-03-30 08:10:59 +02:00
__init__.py Add DETAIL logs for batch use cases (#11008) 2022-01-12 01:22:48 +01:00
py.typed
setup_tools.py