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 |
Mauricio Villegas
|
50331e08e1
|
Small fix in test_cli.py to avoid failure with future version of jsonargparse (#16156)
|
2022-12-21 09:10:32 -05: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 |
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 |
Mauricio Villegas
|
3fad651f99
|
Deprecate description and env parameters in LightningCLI.__init__ (#15651)
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
|
2022-11-27 10:52:01 +00:00 |
Carlos Mocholí
|
0d98689168
|
Cleaner datadir management for some tests (#15791)
|
2022-11-25 10:41:27 +01:00 |
Carlos Mocholí
|
a9708105f7
|
Lazy import tensorboard (#15762)
|
2022-11-23 13:59:38 +01:00 |
Mauricio Villegas
|
b556713eef
|
Fix LightningCLI parse_env and description in subcommands (#15138)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
|
2022-10-21 16:50:18 +00:00 |
Mauricio Villegas
|
3853580c81
|
Added support for custom parameters in subclasses of `SaveConfigCallback` (#14998)
|
2022-10-05 11:10:29 +02:00 |
Mauricio Villegas
|
15aa9c679d
|
An instance of SaveConfigCallback should only save the config once (#14927)
|
2022-09-30 12:16:37 +00:00 |
Mauricio Villegas
|
3064c28ce1
|
Added args parameter to LightningCLI to ease running from within Python (#14596)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
|
2022-09-19 17:38:30 +00:00 |
Mauricio Villegas
|
1680a76819
|
Removed from_argparse_args tests in test_cli.py (#14597)
|
2022-09-12 18:25:29 +00:00 |
Adrian Wälchli
|
024e7b8204
|
Standalone Lite: Cluster Environments (#14509)
|
2022-09-12 12:20:08 +02:00 |
Vasilis Vryniotis
|
7e9e441843
|
Use TorchVision's Multi-weight Support and Model Registration API on Lightning (#14567)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
|
2022-09-09 20:04:57 +00:00 |
Adrian Wälchli
|
d2459df2ff
|
Standalone Lite: Remaining Utilities (#14492)
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Laverne Henderson <laverne.henderson@coupa.com>
Co-authored-by: Felonious-Spellfire <felonious.spellfire@gmail.com>
|
2022-09-07 15:25:23 +00:00 |
Adam J. Stewart
|
d748dae548
|
Fix erroneous warning for unset `max_epochs` (#13262)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
|
2022-08-03 19:17:21 +00:00 |
Mauricio Villegas
|
1b31039c58
|
Update LightningCLI test for new support in latest release of jsonargparse (#13805)
|
2022-07-25 09:25:42 +00:00 |
Adrian Wälchli
|
fa886f2a58
|
Lazy import check for neptune dependency (#13477)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
|
2022-07-23 14:06:26 +00:00 |
Carlos Mocholí
|
4f53e7132f
|
Promote the CLI out of utilities (#13767)
|
2022-07-23 12:07:29 +00:00 |