William Falcon
5dfc7b157e
quick start docs changes ( #3028 )
...
* updated code example
* added warning when changing monitor and using results obj
* added warning when changing monitor and using results obj
* added warning when changing monitor and using results obj
* added warning when changing monitor and using results obj
* added warning when changing monitor and using results obj
* added warning when changing monitor and using results obj
* added warning when changing monitor and using results obj
* added warning when changing monitor and using results obj
* added warning when changing monitor and using results obj
* added warning when changing monitor and using results obj
* added warning when changing monitor and using results obj
* added warning when changing monitor and using results obj
2020-08-17 23:17:51 -04:00
William Falcon
44802f7697
tasks docs
2020-08-15 22:36:53 -04:00
William Falcon
639a4cbd25
autoplay ( #2968 )
2020-08-13 19:06:55 -04:00
edenlightning
5e7ae348b4
Add labels to sphinx docs ( #2964 )
...
* Add label
* add ref
* add ref
* add ref
* add label
* add label
* add label
* add label
* Update fast_training.rst
* label
* label
* label
* label
* label
* label
* label
* label
* label
* label
* label
* Update performance.rst
* Update production_inference.rst
* Update profiler.rst
* Update results.rst
* Update sequences.rst
* Update single_gpu.rst
* Update slurm.rst
* Update test_set.rst
* Update tpu.rst
* Update trainer.rst
* Update training_tricks.rst
* Update transfer_learning.rst
* Update weights_loading.rst
* Update governance.rst
* Update hooks.rst
* Update bolts.rst
* Update child_modules.rst
* Update hyperparameters.rst
* Update transfer_learning.rst
2020-08-13 18:56:51 -04:00
William Falcon
9a503de6af
Replace docs gifs with videos snippets so user can play at own speed ( #2966 )
...
* update docs
2020-08-13 18:52:47 -04:00
William Falcon
6c5a0a172f
Resultd ( #2947 )
...
* updated docs
2020-08-13 09:58:05 -04:00
William Falcon
d13e5c9e53
document lightiningmodule better ( #2920 )
...
* updated docs
2020-08-11 19:39:43 -04:00
Shiv Dhar
0097630a95
Fix typo ( #2907 )
...
Variable defined as `mnist_dm` but used as `mnist`. Change to use `mnist_dm`.
2020-08-11 08:39:16 +02:00
William Falcon
2e6e254c76
quick start docs ( #2731 )
...
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
* added tests
2020-07-27 23:53:19 -04:00
William Falcon
54601bdf8e
DM docs ( #2713 )
...
* updated docs
2020-07-26 01:38:55 -04:00
Rohit Gupta
5025be7860
Fix missing docs ( #2659 )
...
* dataloader_idx typo
* typo
* update test_step docs
* missing optimizer_idx
2020-07-22 09:54:14 -04:00
Rohit Gupta
6f4a488bae
Add functional regression metrics ( #2492 )
...
* Add functional regression metrics
* add functional tests
* add docs
* changelog
* init
* pep8
* docs
* docs
* setup docs
* docs
* Apply suggestions from code review
* Apply suggestions from code review
* typo
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Jirka <jirka@pytorchlightning.ai>
2020-07-09 17:54:38 +02:00
Jirka Borovec
54acc79f31
continue 0.8.x ( #2264 )
...
* cleaning
* docs
* docs
* types
* mixins
* mixins
* docs
* typo
2020-06-19 11:00:46 -04:00
William Falcon
d5f77c9d1b
Release2 ( #2262 )
...
* fix missing arg
* fix missing arg
* fix missing arg
* fix missing arg
* fix missing arg
* fix missing arg
* fix missing arg
2020-06-19 02:38:10 -04:00
Jirka Borovec
596a5d771f
Docs new section ( #2236 )
...
* chlog
* docs
* ver++
* docs
* url
* docs
* readme
* docs ---
2020-06-18 17:54:29 -04:00
William Falcon
79e1426161
Docs clean-up ( #2234 )
...
* update docs
* update docs
* update docs
* update docs
* update docs
* update docs
2020-06-18 08:29:18 -04:00
Jirka Borovec
a5f7c6368e
fixing docs ( #2227 )
2020-06-17 17:44:11 -04:00
William Falcon
9945e8799a
doc fixes ( #2222 )
...
* hydra support
* hydra support
* hydra support
* hydra support
* hydra support
* hydra support
* Apply suggestions from code review
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-06-17 10:53:48 -04:00
Lezwon Castelino
7c7e50ca47
Allow user to select individual TPU core to train on ( #1729 )
...
* added tpu_id
added tpu_id to mixins
* train on individual tpu
* parallel loader if tpu_id is None
* removed progress_bar_refresh_rate
* chlog
* replaced num_tpu_cores with tpu_cores
* set tpu_id to None if int
* changed num_tpu_cores to tpu_cores in docs
* updated docs
* updated __init__.py
removed self.tpu_id for ParallelLoader
* Update pytorch_lightning/trainer/__init__.py
* check if tpu_cores is a list
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
* xla device conditional
* num_tpu_cores deprecation
* removed duplicate warning
* fixed pep8 error
* Revert "removed duplicate warning"
This reverts commit 8adb0a9b
* deprecated api update
* fixed recursion error
* fixed tests
* fixed flake errors
* removed current_tpu_index
* Update CHANGELOG.md
* Update trainer.py
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: William Falcon <waf2107@columbia.edu>
2020-05-17 16:30:54 -04:00
Adrian Wälchli
a6de1b8d75
doctest for .rst files ( #1511 )
...
* add doctest to circleci
* Revert "add doctest to circleci"
This reverts commit c45b34ea911a81f87989f6c3a832b1e8d8c471c6.
* Revert "Revert "add doctest to circleci""
This reverts commit 41fca97fdcfe1cf4f6bdb3bbba75d25fa3b11f70.
* doctest docs rst files
* Revert "doctest docs rst files"
This reverts commit b4a2e83e3da5ed1909de500ec14b6b614527c07f.
* doctest only rst
* doctest debugging.rst
* doctest apex
* doctest callbacks
* doctest early stopping
* doctest for child modules
* doctest experiment reporting
* indentation
* doctest fast training
* doctest for hyperparams
* doctests for lr_finder
* doctests multi-gpu
* more doctest
* make doctest drone
* fix label build error
* update fast training
* update invalid imports
* fix problem with int device count
* rebase stuff
* wip
* wip
* wip
* intro guide
* add missing code block
* circleci
* logger import for doctest
* test if doctest runs on drone
* fix mnist download
* also run install deps for building docs
* install cmake
* try sudo
* hide output
* try pip stuff
* try to mock horovod
* Tranfer -> Transfer
* add torchvision to extras
* revert pip stuff
* mlflow file location
* do not mock torch
* torchvision
* drone extra req.
* try higher sphinx version
* Revert "try higher sphinx version"
This reverts commit 490ac28e46d6fd52352640dfdf0d765befa56988.
* try coverage command
* try coverage command
* try undoc flag
* newline
* undo drone
* report coverage
* review
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
* remove torchvision from extras
* skip tests only if torchvision not available
* fix testoutput torchvision
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-05-04 22:16:54 -04:00
William Falcon
a258d3d31b
fixed val_loss for early stopping
2020-04-26 12:27:19 -04:00
William Falcon
d2b94ca81b
clean up docs ( #1614 )
...
* fixed hparams section
* docs clean up
2020-04-26 10:57:26 -04:00
William Falcon
7d0c2c7db8
Loader docs ( #1416 )
...
* added multiple loader docs
* added multiple loader docs
* added multiple loader docs
* added multiple loader docs
* added multiple loader docs
* Apply suggestions from code review
* added multiple loader docs
* added build docs script
* typo
* added build docs script
* added build docs script
* added build docs script
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: J. Borovec <jirka.borovec@seznam.cz>
2020-04-08 11:38:12 -04:00
William Falcon
e68ba1c836
added warnings to unimplemented methods ( #1317 )
...
* added warnings and removed default optimizer
* opt
* Apply suggestions from code review
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-04-03 15:06:51 -04:00
Tyler Yep
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
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
Teddy Koker
6a9bbbc886
Fix dataloaders in TPU example ( #1174 )
2020-03-24 14:53:15 -04:00
Adrian Wälchli
792962ecc9
CI: Force docs warnings to be raised as errors (+ fix all) ( #1191 )
...
* add argument to force warn
* fix automodule error
* fix permalink error
* fix indentation warning
* fix warning
* fix import warnings
* fix duplicate label warning
* fix bullet point indentation warning
* fix duplicate label warning
* fix "import not top level" warning
* line too long
* fix indentation
* fix bullet points indentation warning
* fix hooks warnings
* fix reference problem with excluded test_tube
* fix indentation in print
* change imports for trains logger
* remove pandas type annotation
* Update pytorch_lightning/core/lightning.py
* include bullet points inside note
* remove old quick start guide (unused)
* fix unused warning
* fix formatting
* fix duplicate label issue
* fix duplicate label warning (replaced by class ref)
* fix tick
* fix indentation warnings
* docstring ticks
* remove obsolete docstring typing
* Revert "remove old quick start guide (unused)"
This reverts commit d51bb40695
.
* added old quick start guide to navigation
* remove unused tutorials file
* ignore some modules that got deprecated and are not used anymore
* fix duplicate label warning
* move examples doc and exclude pl_examples from autodoc
* fix formatting for configure_optimizer
* fix no blank line warnings
* fix "see also" labels and add paramref extension
* fix more reference problems
* fix multi-gpu reference
* fix weird warning
* fix indentation and unrecognized characters in code block
* fix warning "... not included in toctree"
* fix PIL import error
* fix duplicate target "here" warning
* fix broken link
* revert accidentally moved pl_examples
* changelog
* stdout
* note some things to know
Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: J. Borovec <jirka.borovec@seznam.cz>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-03-20 20:49:01 +01:00
Jirka Borovec
774d9be357
Fix docs - missing Trainer ( #1159 )
...
* drop pandas
* formatting
2020-03-15 19:46:39 -04:00
Christabella Irwanto
fb27a771f8
Fix typo ( #1118 )
2020-03-12 12:42:09 -04:00
William Falcon
0d5f7671e0
updated docs
2020-03-06 21:36:59 +01:00
William Falcon
be89eb07c8
cleaned docs, fixed argparse generator ( #1075 )
...
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Test deprecated API for 0.8.0 and 0.9.0 (#1071 )
* till 0.8
* refactor
* fix tests
* fix tests
* deprx till 0.9
* Update trainer.py
* Apply suggestions from code review
Co-authored-by: William Falcon <waf2107@columbia.edu>
* updated test
* updated test
* updated test
* updated test
* updated test
* updated test
* updated test
* updated test
* updated test
* updated test
* updated test
* updated test
* updated test
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-03-06 21:36:59 +01:00
William Falcon
9f140b7698
updated test ( #1073 )
2020-03-06 21:36:59 +01:00
Jirka Borovec
25bb33ad45
extend docs notes ( #1004 )
...
* wip
* notes
* WIP
* example
* notes
2020-03-06 07:07:04 -05:00
William Falcon
d80215ed9d
Docs2 ( #1069 )
...
* new image
* new image
2020-03-06 06:33:28 -05:00
William Falcon
f996c2892f
Docs ( #1068 )
...
* prepare_data assignment
* prepare_data assignment
* prepare_data assignment
* prepare_data assignment
* prepare_data assignment
* new image
2020-03-06 06:25:24 -05:00
William Falcon
0ebfb78570
Examples: using new API ( #1056 )
...
* using new API
* typo
2020-03-05 19:31:57 -05:00
William Falcon
f6934e5f14
Docs5 ( #1033 )
...
* changed path
* changed path
* changed path
* changed path
* changed path
* changed path
* changed path
* changed path
* changed path
* changed path
* changed path
* added cv
* added cv
* added cv
* added cv
* added cv
* added cv
* added cv
* added cv
* added cv
* added cv
* added cv
* added cv
* added cv
* added cv
* added cv
* added cv
* added cv
2020-03-03 16:42:49 -05:00
William Falcon
d1c0f1270d
changed path ( #1031 )
2020-03-03 12:22:52 -05:00