William Falcon
38e9fabdd5
release v0.6.4.dev1
2020-03-06 16:15:33 -05:00
Jirka Borovec
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
2bc01a00e8
dev release 1
2020-03-06 16:04:54 -05:00
William Falcon
21ac476b17
release v
2020-03-06 21:36:59 +01:00
Jirka Borovec
6bc7132c99
fix deprecated warnings ( #1048 )
...
* fix deprecated warnings
* deprecated
2020-03-06 06:45:59 -05:00
Jirka Borovec
04c9eb49d0
drop logging level ( #1015 )
2020-03-02 20:30:16 -05:00
Hadrien Mary
be244560b2
Callbacks [wip] ( #889 )
...
* Add callback system + associated test
* Add trainer and pl_module args to callback methods
* typing
* typo in docstring
* Switch to on_.*_start()
* fix on_test_start
* fix the mess after rebasing
2020-02-25 23:17:27 -05:00
Jirka Borovec
5130841bef
update Docs [links & formatting] ( #769 )
...
* wip
* wip
* debug imports
docs formatting
* WIP
* formatting
* fix setup
2020-02-09 17:39:10 -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
76a1c67d87
rename logging -> loggers ( #767 )
...
* move logging >> loggers
* add warning
* fix tests
* logging alias
* formatting
* formatting
2020-02-01 15:47:58 -05:00
William Falcon
f80127db0e
release v0.6.0
2020-01-21 17:17:40 -05:00
William Falcon
c649f63e7e
release v0.5.3.3
2020-01-21 17:14:59 -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
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
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
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
William Falcon
8f966797b7
release v0.5.3.2
2019-11-09 10:51:33 -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
1fd2cfcffd
release v0.5.3.1
2019-11-07 08:35:32 -05:00
William Falcon
978519fc33
release v0.5.3
2019-11-06 14:56:51 -05:00
William Falcon
aab4fe860d
release v0.5.3
2019-11-06 14:51:49 -05:00
Jirka Borovec
37647d835a
add package info ( #395 )
...
* add package info #358
* Update __init__.py
* wrap package info
* update CI
* fix package info
* fix for #388
* prune duplicated configs
* fix install
* use req from file
* move info to sep. module
drop comments from req
* add setup req.
* add setup req.
* update get info
* refactor init
* update pip
* fix failing on buildins
* fix failing open
* fix test imports
* fix tests
* fix pep8
2019-10-28 18:41:13 -04:00
Jirka Borovec
f18aee30a5
Minor imports cleaning ( #402 )
...
* code cleaning
* drop unused imports
* optimize imports
2019-10-22 11:32:40 +03:00
William Falcon
82223275ba
Revert "add package info ( #359 )" ( #384 )
...
This reverts commit a7f26a67ac
.
2019-10-18 10:05:03 +02:00
Jirka Borovec
a7f26a67ac
add package info ( #359 )
...
* add package info #358
* Update __init__.py
* Update __init__.py
2019-10-18 10:01:32 +02:00
William Falcon
7099f8dbfb
split trainer mixins ( #209 )
...
* split trainer mixins
* Update multi_node_cluster_template.py
* Update single_cpu_template.py
* Update single_gpu_node_16bit_template.py
* Update single_gpu_node_ddp_template.py
* Update single_gpu_node_dp_template.py
* Update trainer_cpu_template.py
* Update trainer_io.py
* split trainer mixins
* Update multi_node_cluster_template.py
* deconflicted
* deconflicted
* deconflicted
2019-09-06 14:11:07 -04:00
Jirka Borovec
d0ccbb8e1c
fix loading pkg while setup ( #71 )
...
* fix loading package while setup #56
* Update setup.py
* Update __init__.py
* Update setup.py
* use complete req.
* Update setup.py
* Update setup.py
2019-08-08 05:17:23 -04:00
Jiri BOROVEC
a1bb6237a6
review changes #44
2019-08-06 22:45:46 +02:00
Jiri BOROVEC
c44966a8bf
apply PEP8
2019-08-06 22:45:27 +02:00
Jiri BOROVEC
79f0856bc8
update setup
2019-08-06 22:45:27 +02:00
William Falcon
10bec87014
fixed import
2019-08-03 10:08:51 -05:00
William Falcon
24a3246bc1
updated test models with lazy decorators
2019-07-25 10:56:03 -04:00
William Falcon
ae81473464
easy import for lightningModule
2019-07-03 18:43:13 -04:00
William Falcon
39af973bd4
added trainer docs
2019-06-27 11:03:53 -04:00
William Falcon
398b709b76
fixex imports
2019-04-21 13:12:42 -04:00
Shreyas Bapat
18b0c5a122
Add src, docs and other important folders
2019-04-03 22:16:02 +05:30
William Falcon
2117485550
updated lib name
2019-03-30 21:45:16 -04:00