Commit Graph
46 Commits
Author SHA1 Message Date
William Falcon f6f078c085 merged 2020-01-21 14:15:52 -05:00
William Falcon 8258d9c1c2 finished lightning module 2020-01-21 14:03:54 -05:00
William Falcon 5e38ab259e cleared spaces 2020-01-21 14:03:38 -05:00
William Falcon 95df5e73d9 cleared spaces 2020-01-21 14:03:13 -05:00
William Falcon 22bd7dc920 cleared spaces 2020-01-21 14:02:54 -05:00
William Falcon ef3fe53801 cleared spaces 2020-01-21 14:02:25 -05:00
William Falcon a01f685672 cleared spaces 2020-01-21 14:01:56 -05:00
William Falcon b7e861d93d fixed lightning import 2020-01-21 14:01:09 -05:00
William Falcon 8649ae65b8 working on trainer docs 2020-01-21 13:59:42 -05:00
William Falcon f8a84d275b added direct links to docs 2020-01-21 13:46:20 -05:00
William Falcon 124aaa00e1 added direct links to docs 2020-01-21 13:45:44 -05:00
Alexey U. Gudchenko 06242c200a Fix issue_703: backward compatibility with python3.6 (#715) 2020-01-20 14:50:57 -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 FalconandJirka Borovec bc67689068 clean v2 docs (#691)
* updated gitignore

* Update README.md

* updated gitignore

* updated links in ninja file

* updated docs

* Update README.md

* Update README.md

* finished callbacks

* finished callbacks

* finished callbacks

* fixed left menu

* added callbacks to menu

* added direct links to docs

* added direct links to docs

* added direct links to docs

* added direct links to docs

* added direct links to docs

* fixing TensorBoard (#687)

* flake8

* fix typo

* fix tensorboardlogger
drop test_tube dependence

* formatting

* fix tensorboard & tests

* upgrade Tensorboard

* test formatting separately

* try to fix JIT issue

* add tests for 1.4

* added direct links to docs

* updated gitignore

* updated links in ninja file

* updated docs

* finished callbacks

* finished callbacks

* finished callbacks

* fixed left menu

* added callbacks to menu

* added direct links to docs

* added direct links to docs

* added direct links to docs

* added direct links to docs

* added direct links to docs

* added direct links to docs

* finished rebase

* making private  members

* making private  members

* making private  members

* working on trainer docs

* working on trainer docs

* working on trainer docs

* working on trainer docs

* working on trainer docs

* working on trainer docs

* set auto dp if no backend

* working on trainer docs

* working on trainer docs

* working on trainer docs

* working on trainer docs

* working on trainer docs

* working on trainer docs

* working on trainer docs

* working on trainer docs

* fixed lightning import

* cleared  spaces

* cleared  spaces

* cleared  spaces

* cleared  spaces

* cleared  spaces

* cleared  spaces

* cleared  spaces

* cleared  spaces

* cleared  spaces

* cleared  spaces

* finished lightning module

* finished lightning module

* finished lightning module

* finished lightning module

* added callbacks

* added loggers

* added loggers

* added loggers

* added loggers

* added loggers

* added loggers

* added loggers

* added loggers

* set auto dp if no backend

* added loggers

* added loggers

* added loggers

* added loggers

* added loggers

* added loggers

* flake 8

* flake 8

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-01-17 06:03:31 -05:00
William Falcon 57db191028 flake 8 2020-01-17 05:03:31 -05:00
William Falcon 94018d49f2 finished lightning module 2020-01-16 16:43:44 -05:00
William Falcon de32a72c97 cleared spaces 2020-01-16 16:36:33 -05:00
William Falcon d27ff46920 cleared spaces 2020-01-16 16:33:58 -05:00
William Falcon b4bf33852c cleared spaces 2020-01-16 16:25:25 -05:00
William Falcon 0c38bd6fc2 cleared spaces 2020-01-16 16:23:33 -05:00
William Falcon a23e8bd0ae cleared spaces 2020-01-16 16:23:08 -05:00
William Falcon 0513808fef cleared spaces 2020-01-16 16:20:03 -05:00
William Falcon 16c92eaa56 cleared spaces 2020-01-16 16:08:03 -05:00
William Falcon 891b2c075d cleared spaces 2020-01-16 15:36:40 -05:00
William Falcon f1024a63e5 cleared spaces 2020-01-16 15:12:09 -05:00
William Falcon 6b86754bbf cleared spaces 2020-01-16 15:11:17 -05:00
William Falcon 36da61eb01 fixed lightning import 2020-01-16 14:51:54 -05:00
William Falcon 6a414195fd working on trainer docs 2020-01-16 13:36:48 -05:00
William Falcon 31a3854e6a added direct links to docs 2020-01-16 07:27:22 -05:00
William Falcon d34de3890e added direct links to docs 2020-01-16 07:27:22 -05:00
William Falcon f9285787a1 fixed left menu 2020-01-16 07:27:02 -05:00
Jirka Borovec f72e354ee6 fixing TensorBoard (#687)
* flake8

* fix typo

* fix tensorboardlogger
drop test_tube dependence

* formatting

* fix tensorboard & tests

* upgrade Tensorboard

* test formatting separately

* try to fix JIT issue

* add tests for 1.4
2020-01-16 07:22:29 -05:00
MartinPernus 3002bd3df5 log named parameters (#660) 2020-01-13 22:54:06 -05:00
Jirka Borovec f7db44e750 fix deprecated tng and abstract ligntning (#644) 2020-01-13 22:20:38 -05:00
Ayberk Aydın 0ae3dd9ed4 Fix GAN training. (#603)
* fix dangling gradients

make sure only the gradients of the current optimizer's paramaters are calculated in the training step.

* add note about multiple optimizer gradient update

* Update training_loop.py
2020-01-13 22:12:04 -05:00
Jirka Borovec db6b404748 CI pass (#671)
* fix pillow in test

* test acc

* update version in deprecated msg
2020-01-13 22:09:47 -05:00
Hao Sheng ca73b70d15 fix of issue 600 (#625) 2019-12-14 20:24:46 -08:00
Jeremy Jordan 3dd0b8c186 fix metric name to work with default earlystopping (#628) 2019-12-14 20:23:44 -08:00
VSJMilewski d562172b4c Allow for multiple example inputs when creating summary (#543) 2019-12-09 04:42:07 -08:00
schwobr 2f01c03b38 Additional hooks (#598)
* Renamed `on_sanity_check_start` to `on_train_start` and added `on_train_end` to `ModelHooks`

* changed tests to use `on_train_start` instead of `on_sanity_check_start`
2019-12-07 08:52:06 -05:00
Elliot Waite 1051c189e1 Simplify variables: step, epoch, max_epochs, min_epochs (#589) 2019-12-07 08:50:21 -05:00
Ir1dXD c316173e89 use print for INFO and lower levels summarize() (#580)
* use print for INFO and lower levels summarize()

* use logging.INFO instead of magic number

* bring logging.info back for other cases

* move logging config to __init__.py

* prepend the model summary with a newline
2019-12-04 07:05:34 -05:00
Jirka Borovec ab4fea0b55 fix defecation warnings (#570)
* fix defecation warnings

* flake8

* update deprecations
2019-12-04 06:59:19 -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
Jirka Borovec 9785a3e78e Refactor: name modules (#548)
* refactor: rename some modules

* add deprecation warnings

* fix paths
2019-11-26 22:39:18 -05:00