Skip to content

TensorLayer 1.8.6rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@DEKHTIARJonathan DEKHTIARJonathan released this 04 Jun 15:11
· 1336 commits to master since this release

Changelog

Added

Changed

  • Tensorflow CPU & GPU dependencies moved to separated requirement files in order to allow PyUP.io to parse them (by @DEKHTIARJonathan in #573)
  • The document of LambdaLayer for linking it with ElementwiseLambdaLayer (by @zsdonghao in #587)
  • RTD links point to stable documentation instead of latest used for development (by @DEKHTIARJonathan in #633)
  • TF Version older than 1.6.0 are officially unsupported and raises an exception (by @DEKHTIARJonathan in #644)
  • Readme Badges Updated with Support Python and Tensorflow Versions (by @DEKHTIARJonathan in #644)
  • TL logging API has been consistent with TF logging API and thread-safe (by @DEKHTIARJonathan in #645)
  • Relative Imports changed for absolute imports (by @DEKHTIARJonathan in #657)
  • tl.files refactored into a directory with numerous files (by @DEKHTIARJonathan in #657)
  • tl.files.voc_dataset fixed because of original Pascal VOC website was down (by @DEKHTIARJonathan in #657)
  • extra requirements hidden inside the library added in the project requirements (by @DEKHTIARJonathan in #657)
  • requirements files refactored in requirements/ directory (by @DEKHTIARJonathan in #657)
  • README.md and other markdown files have been refactored and cleaned. (by @zsdonghao @DEKHTIARJonathan @luomai in #639)
  • Ternary Convolution Layer added in unittest (by @DEKHTIARJonathan in #658)
  • Convolution Layers unittests have been cleaned & refactored (by @DEKHTIARJonathan in #658)
  • All the tests are now using a DEBUG level verbosity when run individualy (by @DEKHTIARJonathan in #660)
  • tf.identity as activation is ignored, thus reducing the size of the graph by removing useless operation (by @DEKHTIARJonathan in #667)
  • argument dictionaries are now checked and saved within the Layer Base Class (by @DEKHTIARJonathan in #667)
  • Layer Base Class now presenting methods to update faultlessly all_layers, all_params, and all_drop (by @DEKHTIARJonathan in #675)
  • Input Layers have been removed from tl.layers.core and added to tl.layers.inputs (by @DEKHTIARJonathan in #675)
  • Input Layers are now considered as true layers in the graph (they represent a placeholder), unittests have been updated (by @DEKHTIARJonathan in #675)
  • Layer API is simplified, with automatic feeding prev_layer into self.inputs (by @DEKHTIARJonathan in #675)

Deprecated

  • tl.layers.TimeDistributedLayer argurment args is deprecated in favor of layer_args (by @DEKHTIARJonathan in #667)

Removed

Fixed

Dependencies Update

Contributors

@lgarithm @DEKHTIARJonathan @2wins @One-sixth @zsdonghao @luomai