Skip to content

Releases: riga/tfdeploy

v0.3.3

23 Dec 10:46
Compare
Choose a tag to compare

This release fixes a bug that occurred for reduction operations with a single number passed to the axis/reduction_indices.

See #21.

v0.3.2

21 Dec 23:09
Compare
Choose a tag to compare

This release fixes a critical bug that occurred for pooling ops with multiple input channels.

See #19.

v0.3.1

13 Dec 10:31
Compare
Choose a tag to compare
  • Fixed problem during install with pip

v0.3.0

13 Dec 00:08
Compare
Choose a tag to compare

Changes:

  • Support for tensorflow 0.11.0 and 0.12.0-rc1
  • Python 3 support
  • Convolution and Pooling ops
  • Various other new ops
  • Code refactoring

v0.2.4

28 Jun 10:58
Compare
Choose a tag to compare
  • Fixed predefined merging functions

v0.2.3

25 Jun 11:47
Compare
Choose a tag to compare

v0.2.2

23 Jun 08:50
Compare
Choose a tag to compare
  • Added reset method to reset caches of TensorRegister and OperationRegister

v0.2.1

08 Jun 18:32
Compare
Choose a tag to compare

Changes since v0.2.0:

  • Added support for tensorflow 0.8.0/0.9.0
  • Internal improvements

v0.2.0

20 May 23:38
Compare
Choose a tag to compare
  • Added mechanism for different op implementations.
  • Added support for optional packages such as scipy.
  • Created foundation for more complex ops such as pooling.
  • Implemented optimization.
  • Updated travis tests:
    • Cover scipy ops
    • Update to tensorflow v0.8.0

Initial release

08 Mar 17:21
Compare
Choose a tag to compare

Core logic completed and tested. However, most Ops still missing. All known Ops should be implemented until v0.3.0.