Rohit Gupta
0914873bc2
Fix domain_template scripts ( #2014 )
...
* Fix domain_templates
* Fix type of fake labels
* type
* args
2020-06-01 11:38:52 -04:00
Artem Lobantsev and William Falcon
55fdfe3845
Bugfix/fix gan example ( #2019 )
...
* 🐛 fixed fake example type assigning and hparams arg
* fixed GAN example to work with dp, ddp., ddp_cpu
* Update generative_adversarial_net.py
Co-authored-by: William Falcon <waf2107@columbia.edu >
2020-05-31 08:31:21 -04:00
caa9c6760b
replace Hparams by init args ( #1896 )
...
* remove the need for hparams
* remove the need for hparams
* remove the need for hparams
* remove the need for hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* replace self.hparams
* fixed
* fixed
* fixed
* fixed
* fixed
* fixed
* fixed
* fixed
* fixed
* fixed
* fixed
* fixed
* fixed
* fixed
* finished moco
* basic
* testing
* todo
* recurse
* hparams
* persist
* hparams
* chlog
* tests
* tests
* tests
* tests
* tests
* tests
* review
* saving
* tests
* tests
* tests
* docs
* finished moco
* hparams
* review
* Apply suggestions from code review
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com >
* hparams
* overwrite
* transform
* transform
* transform
* transform
* cleaning
* cleaning
* tests
* examples
* examples
* examples
* Apply suggestions from code review
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com >
* chp key
* tests
* Apply suggestions from code review
* class
* updated docs
* updated docs
* updated docs
* updated docs
* save
* wip
* fix
* flake8
Co-authored-by: Jirka <jirka@pytorchlightning.ai >
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com >
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com >
2020-05-24 18:59:08 -04:00
Nand Dalal
cf2d32d0a6
fix bugs in semantic segmentation example ( #1824 )
...
* Update unet.py
* Update semantic_segmentation.py
2020-05-14 02:36:45 -04:00
William Falcon
5bb6b41b78
dataloaders with fast_dev_run ( #1787 )
...
* dataloaders with fast_dev_run
* dataloaders with fast_dev_run
* dataloaders with fast_dev_run
* fix
* pep 8
2020-05-11 23:32:44 -04:00
Shunta Komatsu
f656882942
Fix typo ( #1750 )
2020-05-07 09:25:54 -04:00
Jean-Baptiste SCHIRATTI
fafe5d63a7
Transfer learning example ( #1564 )
...
* Fine tuning example.
* Fix (in train method) + Borda's comments (added argparse + fixed docstrings).
* Updated CHANGELOG.md
* Fix + updated docstring.
* Fixes (awaelchli's comments) + docstrings.
* Fix train/val loss.
* Fix.
2020-05-02 09:08:46 -04:00
Boris Dayma and J. Borovec
06e6eadfaf
feat(semseg): allow model customization ( #1371 )
...
* feat(semantic_segmentation): allow customization of unet
* feat(semseg): allow model customization
* style(semseg): format to PEP8
* fix(semseg): rename logger
* docs(changelog): updated semantic segmentation example
* suggestions
* suggestions
* flake8
Co-authored-by: J. Borovec <jirka.borovec@seznam.cz >
2020-04-16 12:00:24 -04:00
William Falcon
b78c3d4da8
Fix weights path ( #1445 )
...
* renamed default path to actual root_dir
* added default weights path
* added default weights path
* added default weights path
2020-04-10 12:02:59 -04:00
4ed3027309
Set precision=16 when use_amp is passed as True ( #1145 )
...
* Set precision=16 when use_amp is passed as True
* Update CHANGELOG.md
* add use_amp to deprecated API
* Update trainer.py
* Update trainer.py
* move the use_amp attribute to deprecated API
* move use_amp deprecation back to Trainer's __init__
* drop unsed
* drop deprecated
* reorder imports
* typing
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com >
Co-authored-by: William Falcon <waf2107@columbia.edu >
Co-authored-by: J. Borovec <jirka.borovec@seznam.cz >
2020-04-06 08:13:24 -04:00
Jirka Borovec
22bedf9b57
simplify examples structure ( #1247 )
...
* simplify examples structure
* update changelog
* fix imports
* rename example
* rename scripts
* changelog
2020-04-03 17:57:34 -04:00
Adrian Wälchli
bf990a3cb3
Example docs formatting ( #1364 )
...
* update basic examples
* update domain examples
* reinforse -> reinforce
* update full examples
* update multi node examples
* update examples readme
* fix copy paste
* fix line too long
2020-04-03 15:01:40 -04:00
William Falcon and Adrian Wälchli
3cb149f4f4
Removes need to unsqueeze from dp ( #1319 )
...
* removes need to unsqueeze from dp
* removes need to unsqueeze from dp
* fixed examples
* added auto unsqueeze
* added auto unsqueeze
* added auto unsqueeze
* added auto unsqueeze
* Update pytorch_lightning/overrides/data_parallel.py
Co-Authored-By: Adrian Wälchli <adrian.waelchli@students.unibe.ch >
* fixed dp parse
* fixed dp parse
Co-authored-by: Adrian Wälchli <adrian.waelchli@students.unibe.ch >
2020-04-02 11:46:20 -04:00
dab3b965cb
Example: Simple RL example using DQN/Lightning ( #1232 )
...
* Example: Simple RL example using DQN/Lightning
* DQN RL Agent using Lightning
* Uses Iterable Dataset for Replay Buffer
* Buffer is populated by agent as training is carried out, updating the
dataset
* Applied autopep8 fixes
* * Updated line length from 120 to 110
* Update pl_examples/domain_templates/dqn.py
simplify get_device method
Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com >
* Update pl_examples/domain_templates/dqn.py
Re-ordered imports
Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com >
* CI: split tests-examples (#990 )
* CI: split tests-examples
* tests without template
* comment depends
* CircleCI typo
* add doctest
* update test req.
* CI tests
* setup macOS
* longer train
* lover pred acc
* fix model
* rename default model
* lower tests acc
* typo
* imports
* fix test optimizer
* update calls
* fix Win
* lower Drone image
* fix call
* pytorch image
* fix test
* add dev image
* add dev image
* update image
* drone volume
* lint
* update test notes
* rename tests/models >> tests/base
* group models
* conftest
* optim imports
* typos
* fix import
* fix tests
* install AMP
* tests
* fix import
* Clean up
* added module docstring
* renamed variables to be more descriptive
* Added missing docstrings and type annotations
* Added gym to example requirements
* Added note to changelog
* updated example image
* update types
* rename script
* Update CHANGELOG.md
Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com >
* another rename
* Disable validation when val_percent_check=0 (#1251 )
* fix disable validation
* add test
* update changelog
* update docs for val_percent_check
* make "fast training" docs consistent
* calling self.forward() -> self() (#1211 )
* self.forward() -> self()
* update changelog
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com >
* Fix requirements-extra.txt Trains package to release version (#1229 )
* Fix requirement-extra use released Trains package
* Update README.md add Trains and links to the external Visualization section
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com >
* Remove unnecessary parameters to super() in documentation and source code (#1240 )
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com >
* update deprecation warning (#1258 )
* update docs for progress bat values (#1253 )
* lower timeouts for inactive issues (#1250 )
* update contrib list (#1241 )
Co-authored-by: William Falcon <waf2107@columbia.edu >
* Fix outdated docs (#1227 )
* Fix typo (#1224 )
* drop unused Tox (#1242 )
* system info (#1234 )
* system info
* update big info
* test script
* update config
* rename script
* import path
* Changed smoothing in tqdm to decrease variability of time remaining between training / eval (#1194 )
* Example: Simple RL example using DQN/Lightning
* DQN RL Agent using Lightning
* Uses Iterable Dataset for Replay Buffer
* Buffer is populated by agent as training is carried out, updating the
dataset
* Applied autopep8 fixes
* * Updated line length from 120 to 110
* Update pl_examples/domain_templates/dqn.py
simplify get_device method
Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com >
* Update pl_examples/domain_templates/dqn.py
Re-ordered imports
Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com >
* Clean up
* added module docstring
* renamed variables to be more descriptive
* Added missing docstrings and type annotations
* Added gym to example requirements
* Added note to changelog
* update types
* rename script
* Update CHANGELOG.md
Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com >
* another rename
Co-authored-by: Donal Byrne <Donal.Byrne@xperi.com >
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com >
Co-authored-by: William Falcon <waf2107@columbia.edu >
Co-authored-by: Adrian Wälchli <adrian.waelchli@students.unibe.ch >
Co-authored-by: Jeremy Jordan <13970565+jeremyjordan@users.noreply.github.com >
Co-authored-by: Martin.B <51887611+bmartinn@users.noreply.github.com >
Co-authored-by: Tyler Yep <tyep@stanford.edu >
Co-authored-by: Shunta Komatsu <59395084+skmatz@users.noreply.github.com >
Co-authored-by: Jack Pertschuk <jackpertschuk@gmail.com >
2020-03-28 16:10:53 -04:00
Tyler Yep and Jirka Borovec
6772e0c197
Remove unnecessary parameters to super() in documentation and source code ( #1240 )
...
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com >
2020-03-27 12:36:50 +00:00
Jeremy Jordan and Jirka Borovec
d394b80ac8
calling self.forward() -> self() ( #1211 )
...
* self.forward() -> self()
* update changelog
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com >
2020-03-27 08:17:56 +01:00
Jirka Borovec and William Falcon
4896815067
remove deprecated data_loader ( #1077 )
...
* change version in CHangelog
* warning
* remove der data_loader
Co-authored-by: William Falcon <waf2107@columbia.edu >
2020-03-06 16:11:05 -05:00
William Falcon
3d18099262
removed decorators ( #1079 )
2020-03-06 16:09:47 -05:00
563e2ba2c6
resolving documentation warnings ( #833 )
...
* add more underline
* fix LightningMudule import error
* remove unneeded blank line
* escape asterisk to fix inline emphasis warning
* add PULL_REQUEST_TEMPLATE.md
* add __init__.py and import imagenet_example
* fix duplicate label
* add noindex option to fix duplicate object warnings
* remove unexpected indent
* refer explicit LightningModule
* fix minor bug
* refer EarlyStopping explicitly
* restore exclude patterns
* change the way how to refer class
* remove unused import
* update badges & drop Travis/Appveyor (#826 )
* drop Travis
* drop Appveyor
* update badges
* fix missing PyPI images & CI badges (#853 )
* docs - anchor links (#848 )
* docs - add links
* add desc.
* add Greeting action (#843 )
* add Greeting action
* Update greetings.yml
Co-authored-by: William Falcon <waf2107@columbia.edu >
* add pep8speaks (#842 )
* advanced profiler describe + cleaned up tests (#837 )
* add py36 compatibility
* add test case to capture previous bug
* clean up tests
* clean up tests
* Update lightning_module_template.py
* Update lightning.py
* respond lint issues
* break long line
* break more lines
* checkout conflicting files from master
* shorten url
* checkout from upstream/master
* remove trailing whitespaces
* remove unused import LightningModule
* fix sphinx bot warnings
* Apply suggestions from code review
just to trigger CI
* Update .github/workflows/greetings.yml
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com >
Co-authored-by: William Falcon <waf2107@columbia.edu >
Co-authored-by: Jeremy Jordan <13970565+jeremyjordan@users.noreply.github.com >
2020-02-27 16:07:51 -05:00
William Falcon
6ba30a113d
fixed gan template ( #528 )
...
* fixed gan template
* Update gan.py
2019-12-04 08:28:46 -05:00
Jirka Borovec
3a58937d8b
rename variables nb -> num ( #567 )
...
* rename nb -> num
* flake8
* batch_nb, epoch_nb, gpu_nb, split_nb
* add _num deprecations
2019-12-04 06:57:10 -05:00
Jirka Borovec
f18aee30a5
Minor imports cleaning ( #402 )
...
* code cleaning
* drop unused imports
* optimize imports
2019-10-22 11:32:40 +03:00
Jirka Borovec
67f6e7bb19
Fix testing for mac OS ( #399 )
...
* fix test for MacOS
* formatting
* fix pkg names
2019-10-20 17:03:16 +02:00
William Falcon
b0281395bf
changes examples to pl_examples for name connflict
2019-10-19 00:41:17 +02:00