Skip to content

Releases: icecube/TFScripts

Version 1.0.1

07 Sep 17:20

Choose a tag to compare

Release Notes

  • Support for tensorflow version 2.16.1
  • Update setup and CI
  • Set random seeds

Added Functionality

  • Added basic keras NN models: DenseNN, DenseNNGaussian
  • Added 1D layer support

Commits and PRs

  • Workaround for missing float64 pooling operations by @mhuen in #10
  • adding 1d layers by @JanWeldert in #11
  • Transformation of labels and outputs by @mhuen in #12
  • Add pre-commit hook by @mhuen in #13
  • Remove Trailing Comma - by @mhuen in #14
  • Expose seed parameter to weight initialization by @mhuen in #15

New Contributors

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

02 Jul 10:23

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

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

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

Choose a tag to compare

This is the initial release of TFScripts.