TensorLayer 1.10.1rc0
Pre-release
Pre-release
DEKHTIARJonathan
released this
05 Sep 00:08
·
1261 commits
to master
since this release
Changelog
Added
- unittest
tests\test_timeout.py
has been added to ensure the network creation process does not freeze.
Changed
- remove 'tensorboard' param, replaced by 'tensorboard_dir' in
tensorlayer/utils.py
with customizable tensorboard directory (PR #819)
Removed
- TL Graph API removed. Memory Leaks Issues with this API, will be fixed and integrated in TL 2.0 (PR #818)
Fixed
- Issue #817 fixed: TL 1.10.0 - Memory Leaks and very slow network creation.
Dependencies Update
- autopep8>=1.3,<1.4 => autopep8>=1.3,<1.5 (PR #815)
- pytest-cov>=2.5,<2.6 => pytest-cov>=2.5,<2.7 (PR #820)
- pytest>=3.6,<3.8 => pytest>=3.6,<3.9 (PR #823)
- imageio>=2.3,<2.4 => imageio>=2.3,<2.5 (PR #823)