Merge branch 'develop' of github.com:baidu/Paddle into feature/new_api

avx_docs
Yu Yang 8 years ago
commit f648b3aa56

File diff suppressed because it is too large Load Diff

@ -1,5 +1,16 @@
""" """
All training events. All training events.
There are:
* BeginTraining
* EndTraining
* BeginIteration
* EndIteration
* BeginPass
* EndPass
TODO(yuyang18): Complete it!
""" """
__all__ = ['EndIteration'] __all__ = ['EndIteration']

Loading…
Cancel
Save