Skip to content

TensorLayer 1.10.1

Compare
Choose a tag to compare
@DEKHTIARJonathan DEKHTIARJonathan released this 07 Sep 14:54
· 1257 commits to master since this release
319505d

Important Notice

TensorLayer 1.10.x will be the last supported version of TL 1.X, big changes are upcoming and won't preserve backward compatibility. TensorLayer 1.10.x will only be updated with bugfixes on existing features. No additional feature will be implemented in TL 1.10.x

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 Graph 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)

Contributors