William Falcon
f7f1dc3f4e
Update README.md
2020-02-11 07:52:17 -05:00
Jirka Borovec
6d32595e2b
update CodeFactor badge ( #779 )
2020-02-02 10:19:06 -05:00
Jirka Borovec
5e97e66146
update package info ( #768 )
...
* update info
* fix duplicate #733
* update Appveyor budge #626
* budge to master
2020-02-01 18:24:56 -05:00
Jirka Borovec
cc12ff36a9
fix links to Docs ( #744 )
...
* update log
* fix links
* formatting
* fixing docs path
* formatting
2020-01-26 08:38:01 -05:00
William Falcon
588ad83771
Update README.md
2020-01-21 17:46:55 -05:00
William Falcon
9f5a7e64b6
Update README.md
2020-01-21 17:46:18 -05:00
William Falcon
0083435764
Update README.md
2020-01-21 17:29:18 -05:00
William Falcon
398726e830
Update README.md
2020-01-21 17:22:48 -05:00
William Falcon
ca894f081b
Update README.md
2020-01-21 13:18:04 -05:00
William Falcon
d960774ae6
Update README.md
2020-01-21 13:17:36 -05:00
Jirka Borovec
ea59a99426
update org paths & convert logos ( #685 )
...
* fix typos
* update org paths
* update links from READMe to docs
* add svg logo
* add svg logo-text
* update logos
* testing temp paths
* prune links from readme
* optimize imports
* update logo
* update paths in README
* missing imports
2020-01-20 14:50:31 -05:00
William Falcon
deb1581e26
Update README.md
2020-01-16 08:48:09 -05:00
William Falcon
6fdfa12e50
Update README.md
2020-01-15 19:46:52 -05:00
William Falcon
34a7266bc2
Update README.md
2020-01-15 19:46:26 -05:00
William Falcon
92fb0c267e
Update README.md
2020-01-15 15:17:41 -05:00
William Falcon
4ac82584dc
Update README.md
2020-01-15 14:48:06 -05:00
William Falcon
7a1df80f4e
Update README.md
2020-01-14 07:05:26 -05:00
William Falcon
91ee0711f0
Update README.md
2020-01-13 22:43:29 -05:00
Frédéric Branchaud-Charron
083dd6a3ef
Update Readme so that .test will work. ( #659 )
...
When one follows the Readme, the example will fail once we call `trainer.test()` because the methods are not overridden.
Fixes https://github.com/williamFalcon/pytorch-lightning/issues/428
2020-01-13 22:27:53 -05:00
Boris Dayma
ec7fc97857
Feature: wandb logger ( #627 )
...
* Basic wandb support
* refactor(wandb): remove unused variables and document logger
* docs(wandb): explain how to use WandbLogger
* test(wandb): add tests for WandbLogger
* feat(wandb): add save_dir
* fix(wandb): allow pickle of logger
* fix(wandb): save logs in custom directory
* test(wandb): test import
* docs(wandb): simplify docstring and use doctest
* test: increase number of epochs for satisfactory accuracy
* test(test_load_model_from_checkpoint): ensure we load last checkpoint
Co-authored-by: Chris Van Pelt <vanpelt@wandb.com>
Co-authored-by: William Falcon <waf2107@columbia.edu>
2020-01-13 22:25:27 -05:00
Jakub
8dc8a8bfd3
Neptune integration ( #648 )
...
* added neptune integration
* added tests for NeptuneLogger, added neptune to docs
* updated link to neptune support
* fixed docstrings, fixed try/except in tests, changed append_tags input
* fixed docstrings line lenght
* bumped epoch nr in model restore tests
* added tags support for single strings
* fixed passing neptune token to backend
* fixed project name in offline mode
* added save_top_k=-1 to checkpoint callback
* reformated initialization of neptune in online mode
* bumped epoch nr to 4 in test_load_model_from_checkpoint
* bumped epoch nr to 5
Co-authored-by: William Falcon <waf2107@columbia.edu>
2020-01-13 22:20:01 -05:00
William Falcon
8c5d66196b
Update README.md
2019-12-12 11:08:02 -08:00
William Falcon
d44c91d854
Update README.md
2019-12-12 11:07:06 -08:00
William Falcon
af6d552d35
Update README.md
2019-12-12 11:06:20 -08:00
William Falcon
24bfa53894
Update README.md
2019-12-12 13:36:17 -05:00
William Falcon
52295986e4
Update README.md
2019-12-12 13:35:41 -05:00
William Falcon
64c428ec49
Update README.md
2019-12-12 13:33:49 -05:00
William Falcon
a6fc172387
Update README.md
2019-12-12 10:24:53 -08:00
William Falcon
be43fbb918
Update README.md
2019-12-12 10:23:49 -08:00
William Falcon
4c7cfd3f12
Update README.md
2019-12-08 00:09:16 -08:00
William Falcon
131503a15a
Update README.md
2019-12-08 00:09:03 -08:00
Elliot Waite
1051c189e1
Simplify variables: step, epoch, max_epochs, min_epochs ( #589 )
2019-12-07 08:50:21 -05:00
Jirka Borovec
6666ca5af3
add slack badge ( #583 )
...
* add slack badge
* Update README.md
2019-12-04 19:21:52 -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
d71556e7a1
Sphinx generated documentation ( #521 )
...
* upgrade req.
* move MkDocs
* create Sphinx
* init Sphinx
* move md from MkDocs to Sphinx
* CI: build docs
* build Sphinx
formatting
move docs from MD to docstring in particular package/modules
formatting
add Sphinx ext.
rename root_module to core
drop implicit name "_logger"
drop duplicate name "overwrite"
fix imports
use pytorch theme
add sample link mapping
try fix RTD build
use forked template
fix some docs warnings
fix paths
add deprecation warnings
fix flake8
fix paths
revert refactor
revert MLFlowLogger
* revert example import
* update link
* Update lightning_module_template.py
2019-11-28 12:48:55 -05:00
William Falcon
bdebe18df6
Update README.md
2019-11-23 11:12:45 -05:00
William Falcon
277fd2f74a
Update README.md
2019-11-19 11:13:59 -08:00
William Falcon
d120c1edd8
Update README.md
2019-11-16 11:24:16 -05:00
William Falcon
c3d8b20290
Update README.md
2019-11-16 11:22:51 -05:00
Jirka Borovec
1fd1e42aa6
Fix setup-doc for pypi ( #472 )
...
* add Twine to CI
* freeze Twine
* freeze Twine
* minor refactoring
* try another
* fix req.
* update README
* fix __doc__
* fix multiple req. test-tube
2019-11-09 00:59:14 -05:00
William Falcon
d923acd606
Update README.md
2019-11-06 15:12:46 -05:00
William Falcon
7ce5b3f62f
Update README.md
2019-11-05 11:53:12 -05:00
William Falcon
f95eca3ea5
Update README.md
2019-11-05 11:52:50 -05:00
William Falcon
3e38005a61
Ddp2 fix ( #448 )
...
* added training_end
* added training_end
* added training_end
* added training_end
* added training_end
* added training_end
* added training_end
* added training_end
* added training_end
* added training_end
* added training_end
* added training_end
* allow ddp and apex to be configured
* allow ddp and apex to be configured
* bananas
* bananas
* bananas
* bananas
* bananas
* bananas
* bananas
* bananas
* bananas
* bananas
* bananas
* bananas
* bananas
* bananas
* bananas
* added eval and train for redundancy
* added eval and train for redundancy
* added training_end
* added training_end
* added training_end
* added training_end
* added training_end
* added training_end
* added training_end
* added training_end
* added training_end
* added training_end
* added training_end
* added training_end
* allow ddp and apex to be configured
* allow ddp and apex to be configured
* bananas
* bananas
* bananas
* bananas
* bananas
* bananas
* bananas
* bananas
* bananas
* bananas
* bananas
* bananas
* bananas
* bananas
* bananas
* added eval and train for redundancy
* added eval and train for redundancy
2019-11-05 10:01:52 -05:00
Ir1dXD
5a9afb11cc
change print to logging ( #457 )
...
* change print to logging
* always use logging.info
* use f-strings
* update code style
* set logging configs
* remove unused code
2019-11-05 08:43:21 -05:00
Pattarawat Chormai
1865de1ff8
[WIP] Fix wrong example paths in README.md ( #444 )
...
* Fix wrong example paths
* correct dataloading wrong condition in Readme
2019-11-01 07:55:37 -04:00
William Falcon
661a1c6fe6
Update README.md
2019-10-31 10:49:07 -04:00
William Falcon
7fb868bfd8
Update README.md
2019-10-24 06:23:00 -04:00
Jirka Borovec
d30a3bf17a
update appveyor badge ( #378 )
...
@williamFalcon needs to create own appveyor "account" and update the badge [![Build status](https://ci.appveyor.com/api/projects/status/NEW-PROJECT-ID?svg=true )](https://ci.appveyor.com/project/williamFalcon/pytorch-lightning )
2019-10-18 09:58:19 +02:00
William Falcon
f136cc946a
Update README.md
2019-10-10 16:31:12 -04:00