Adrian Wälchli
|
3e8db4142b
|
add forgotten test in #7240 (#7283)
^
|
2021-05-03 23:56:30 +00:00 |
Adrian Wälchli
|
b6706470c1
|
fix fast_dev_run parsing from cli (#7240)
|
2021-04-30 01:16:20 +05:30 |
Carlos Mocholí
|
345e9a0245
|
Fix argparse docs (#7148)
|
2021-04-22 02:13:00 +02:00 |
Adrian Wälchli
|
67528c4665
|
Fix attribute error for _gpus_arg_default loading checkpoint prior to 1.2.8 (#7043)
|
2021-04-20 07:34:03 +00:00 |
Adrian Wälchli
|
9c9e2a0325
|
fix gpus default for Trainer.add_argparse_args (#6898)
|
2021-04-09 11:20:43 +02:00 |
Ethan Harris
|
853523ee64
|
Clean utilities/argparse and add missing tests (#6607)
|
2021-03-22 08:53:51 +00:00 |
Jirka Borovec
|
0f07eaf51a
|
refactor reading env defaults (#6510)
* change tests
* fix
* test
* _defaults_from_env_vars
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
|
2021-03-16 10:10:17 +00:00 |
Eric Cousineau
|
e886d55ac1
|
argparse: Add use_argument_group=True (#6088)
* argparse: Add inplace option
Replicate in GAN model
* datamodule: Deduplicate logic w/ argparser utilities
* Update pl_examples/domain_templates/generative_adversarial_net.py
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
* Keep docstrings
* Correct name
* Whitespace
* Consistency
* fix weird type stuff
* try alt - use_argument_group
* fix syntax + lint
* fix ci errs
* fix ci
* change examples... still failing w/ "unrecognized arguments: --batch_size"
* address review
* mnist_datamodule: add some docstrings
* argparse: check cls or cls.__init__ for param
didn't capture issue, but meh
* fix lint
* fix no-doc edge case
* address review
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
|
2021-03-11 10:50:49 -05:00 |
Jirka Borovec
|
7e8f4b9cee
|
try to fix imports for parsing (#6256)
* try to fix imports
* legacy 1.2.1
|
2021-03-02 11:08:29 -05:00 |
Jirka Borovec
|
eee38d59e7
|
formatting to PL utils (#5713)
* yapf pl base
* over
* dist
* utils
* Apply suggestions from code review
* flake8
* neew way
|
2021-01-30 15:28:59 +01:00 |
Arnaud Gelas
|
e4688ae754
|
Fix isort failures in utilities (#5530)
Remove from skipped module in pyproject.toml and fix failures on:
- pytorch_lightning/utilities/*.py
|
2021-01-15 13:57:40 -05:00 |
Jirka Borovec
|
5ae6926a52
|
fix some minor typos in docs (#5369)
* fix docs typos
* Apply suggestions from code review
Co-authored-by: Wansoo Kim <rladhkstn8@gmail.com>
* flake8
Co-authored-by: Wansoo Kim <rladhkstn8@gmail.com>
|
2021-01-07 08:01:52 -05:00 |
Jirka Borovec
|
957583544a
|
mark todo exceptions (#5320)
* mark todo exceptions
* .
* .
* .
* .
* .
* .
* .
* .
* try
* .
|
2021-01-04 09:07:56 +01:00 |
Jirka Borovec
|
a884866ff0
|
Unify names in Utils (#5199)
* warnings
* argparse
* mutils
* xla device
* deprecated
* tests
* simple
* flake8
* fix
* flake8
* 1.4
|
2020-12-22 00:23:33 +01:00 |