Skip to content

Releases: icecube/TFScripts

Version 1.0.0

02 Jul 10:23
Compare
Choose a tag to compare

Release Notes:

  • TFScripts is now meant to run with tensorflow 2.*
  • Compatibility mode for TF1 still available in tfscripts.compat.v1

Version 0.2.1

22 Jun 18:26
Compare
Choose a tag to compare

Bug Fix:

  • Packages are now found automatically. This fixes import issues of sub-packages

Version 0.2.0

19 Mar 11:20
Compare
Choose a tag to compare

Release Notes:

  • Travis integration added as well as some rudimentary unit tests.
  • added option to pass in weights to the tfscripts.conv.locally_connected_2d
    and tfscripts.conv.locally_connected_3d functions

Version v0.2.0 is planned to be the last release supporting Tensorflow 1. Tensorflow version 1.15 is recommended.

Initial Release

28 Jun 23:20
Compare
Choose a tag to compare

This is the initial release of TFScripts.