lightning/pytorch_lightning/trainer
Jirka Borovec f1c96930b1
repair CI for Win (#2358)
* no cov

* no cov

* ReduceOp

* group

* reduce_op.sum

* Update sklearns.py

* formatting

* horovod

* Apply suggestions from code review

* horovod

* horovod

* horovod

* horovod

* ci

* print

* ci

* timeout

* timeout

* time

* fix

* distributed cpu

* pipes

* time

* cpu

* spawn

* spawn

* spawn

* tp

* separate

* os

* os

* npm

* Fix load_from_checkpoint() not working with URL on Windows

* Update CHANGELOG

* Update CHANGELOG.md

Co-authored-by: Peter Yu <2057325+yukw777@users.noreply.github.com>

* Apply suggestions from code review

* fix

* fix meta tags creating empty lines

* pyright

* node

* fix httpserver address

* drop tutils.default_trainer_options

* imports

* Better fix for load_from_checkpoint() not working with absolute path on Windows (#2294)

* Fix load_from_checkpoint() not working with URL on Windows

* Update CHANGELOG

* Update CHANGELOG.md

Co-authored-by: Peter Yu <2057325+yukw777@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Peter Yu <2057325+yukw777@users.noreply.github.com>

* drop duplicate

Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
Co-authored-by: airium <airium@outlook.com>
Co-authored-by: Peter Yu <2057325+yukw777@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: AIRIUM <38249940+airium@users.noreply.github.com>
2020-06-26 21:38:25 -04:00
..
__init__.py Add missing test for "multiple dataloader + percent_check fix" (#2226) 2020-06-23 11:21:24 -04:00
auto_mix_precision.py remove deprecated API for v0.8 (#2073) 2020-06-12 14:37:52 -04:00
callback_config.py
callback_hook.py
data_loading.py repair CI for Win (#2358) 2020-06-26 21:38:25 -04:00
deprecated_api.py deprecated Trainer proc_rank (#2269) 2020-06-19 15:46:27 -04:00
distrib_data_parallel.py repair CI for Win (#2358) 2020-06-26 21:38:25 -04:00
distrib_parts.py repair CI for Win (#2358) 2020-06-26 21:38:25 -04:00
evaluation_loop.py repair CI for Win (#2358) 2020-06-26 21:38:25 -04:00
ignored_warnings.py
logging.py
lr_finder.py
model_hooks.py
optimizers.py swaps lr sched order (#2356) 2020-06-25 09:21:41 -04:00
supporters.py
trainer.py repair CI for Win (#2358) 2020-06-26 21:38:25 -04:00
training_io.py repair CI for Win (#2358) 2020-06-26 21:38:25 -04:00
training_loop.py repair CI for Win (#2358) 2020-06-26 21:38:25 -04:00
training_tricks.py