lightning/pytorch_lightning/root_module
William Falcon e5805bf8ff
val and test are optional now (#95)
* made validation step optional

* added no val model

* val_step can be implemented but not validation_end

* added no val end model

* added tests

* added tests

* remove class

* remove class

* remove class

* remove class

* remove class

* remove class

* remove class

* remove class

* remove class

* remove class

* remove class

* updated docs

* updated docs

* updated test

* updated test

* updated test

* updated test

* updated test

* updated test

* updated test

* updated test

* updated test

* fix pep8
2019-08-11 10:01:57 -04:00
..
__init__.py updated test models with lazy decorators 2019-07-25 10:59:10 -04:00
decorators.py added lazy decorator 2019-07-25 10:39:48 -04:00
grads.py update by flake8 2019-08-06 22:45:46 +02:00
hooks.py Merge pull request #55 from williamFalcon/continue 2019-08-07 09:02:16 -04:00
memory.py fix prints for py3.5 2019-08-06 22:45:46 +02:00
model_saving.py made imports absolute 2019-08-07 10:14:59 -04:00
root_module.py val and test are optional now (#95) 2019-08-11 10:01:57 -04:00