Adrian Wälchli
3aa08b087f
Remove reference to training in checkpoint loading error message ( #18554 )
2023-09-15 19:45:27 -04:00
Jirka Borovec
efa7b2f9ef
docformatter: config with black ( #18064 )
...
* docformatter: config with black
* additional_dependencies: [tomli]
* 119
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-09 10:44:20 -04:00
Jirka Borovec
4413e98e4e
ruff: enable & fixing RET ( #17540 )
2023-05-05 09:34:40 +00:00
Jirka Borovec
384c203532
ruff: PT some more fixes ( #17569 )
2023-05-05 08:25:15 +02:00
Jirka Borovec
df97141781
add & apply flake8-simplify ( #17386 )
2023-04-24 21:57:08 +00:00
Jirka Borovec
111d1ba088
ruff: fixing flake8-comprehensions ( #17385 )
2023-04-21 09:07:58 +00:00
Carlos Mocholí
781768d2b2
Remove `Trainer(multiple_trainloader_mode)` in favor of `CombinedLoader(mode)` ( #16800 )
2023-02-20 13:32:06 +01:00
Justus Schock
47c69cd8eb
Remove DP ( #16748 )
...
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2023-02-16 05:12:08 +00:00
Carlos Mocholí
fbbbbf6ad7
Make dataloader_idx optional for batch start/end hooks ( #16753 )
2023-02-14 18:31:09 +01:00
Jirka Borovec
770b792925
copyright Lightning AI team ( #16647 )
...
* copyright Lightning AI team
* more...
2023-02-06 15:26:51 +01:00
Jirka Borovec
de005321a5
tests: switch imports for pytorch ( #16595 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-02 10:06:45 +00:00
Jirka Borovec
377210d85d
tests: switch imports for fabric ( #16592 )
2023-02-01 20:34:38 +00:00
Carlos Mocholí
a78412f11d
Remove DataLoader serialization (under fault tolerance) ( #16533 )
2023-01-30 16:12:01 +01:00
Carlos Mocholí
15ef52bc73
Rename LightningLite to Fabric ( #16244 )
...
* Rename LightningLite to Fabric
* Fix introspection test
* Fix deprecated Lite tests
* Undo accidental Horovod removal
* Fixes
2023-01-04 10:57:18 -05:00
Jirka Borovec
e8720290a4
simplify torch.Tensor ( #16190 )
2022-12-24 06:44:27 +00:00
Carlos Mocholí
53ceb156c4
Integrate lightning_utilities==0.4.2 ( #15817 )
...
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2022-12-13 13:13:51 +00:00
Adrian Wälchli
bc2cf451ee
Checkpoint migration for loop's internal state ( #15500 )
2022-11-08 16:17:05 +00:00
Adrian Wälchli
39c6ec9ce3
Only load global step when fitting ( #15532 )
...
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
2022-11-04 16:58:24 +00:00
Rohit Gupta
61ae35c378
Use sklearn in runif ( #15426 )
...
* Use sklearn in runif
* test by removing sklearn dep
* remove repeated code
* seed
2022-11-01 11:40:32 +00:00
Rohit Gupta
773cb3e8c8
Fix skipped tests due to sklearn ( #15311 )
...
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
2022-10-31 13:58:34 +05:30
Rohit Gupta
eb17dc9839
Deprecate tuning enum and trainer properties ( #15100 )
2022-10-13 13:29:50 +00:00
Carlos Mocholí
c334b7766c
Remove old testing artifacts ( #15052 )
2022-10-10 17:34:18 +00:00
Adrian Wälchli
3183079204
Remove deprecated callback hooks ( #14834 )
...
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: otaj <ota@lightning.ai>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2022-10-10 15:46:28 +00:00
Rohit Gupta
c67b075cf5
Use `global_step` while restoring logging step for old checkpoints ( #13645 )
...
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
2022-07-19 18:53:22 +00:00
Rohit Gupta
df931e2486
Restore log step during restart ( #13467 )
...
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-07-12 09:45:59 +00:00
Jirka Borovec
ab59f308b1
Future 4/n: test & legacy in test/ folder ( #13295 )
...
* move: legacy >> test/
* move: tests >> test/
* rename unittests
* update CI
* tests4pl
* tests_pytorch
* proxi
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* ci
* link
* cli
* standalone
* fixing
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* .
* Apply suggestions from code review
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* alone
* test -> tests
* Standalone fixes
* ci
* Update
* More fixes
* Fix coverage
* Fix mypy
* mypy
* Empty-Commit
* Fix
* mypy just for pl
* Fix standalone
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-06-15 18:10:49 -04:00