Skip to content

Releases: lifeomic/sparkflow

Added fixes for newer versions of TensorFlow

18 May 12:59
Compare
Choose a tag to compare

The main part of this release is that fixes were made for parallelization for newer versions of TensorFlow. On top of this, python 2.7 support has been dropped. Also, configurable ports were added as well.

Python 3 support for saving and loading python modules

29 Nov 02:07
3a93a38
Compare
Choose a tag to compare

This adds some fixes and performance enhancements to the save/load methods.

Python 3 support and tensorflow > 1.7 support

14 Sep 12:36
25a731c
Compare
Choose a tag to compare

This release includes a few things:

  • Python 3 support
  • Tensorflow > 1.7 support

Other than these two features, better use of the TensorFlow graph on training was also implemented for faster results.

Bug fixes and new features for sparkflow

14 Jul 18:44
Compare
Choose a tag to compare

0.3.0 includes a few smaller features in Sparkflow, including the ability to supply a callback function for losses, and new utility functions to use a pre-trained tensorflow model for predictions.

Tensorflow optimization options and partition shuffle adds

01 May 12:25
fca927a
Compare
Choose a tag to compare

This latest release includes a new option to add Tensorflow optimization options. This allows the user to specify more options beyond learning rate to their Tensorflow optimization. The other feature added was a way to shuffle partitions between epochs. These recent changes can be downloaded in PyPi