Skip to content

Releases: PerfectlySoft/Perfect-TensorFlow

Fixing Namespace conflicts between PerfectLib & Apple's Swift Protocol Buffer Compiler

23 Aug 20:56
Compare
Choose a tag to compare
1.3.1

Fixing executable namespace conflicts issue between Perfect and Apple…

Upgrading to TensorFlow 1.3.0.

23 Aug 20:30
Compare
Choose a tag to compare

Features:

  1. Fixing QInt16 size issue
  2. Gradient has new namespaces
  3. Adding Devices to Session for distributive computation.

Upgrading to TensorFlow v1.2.1 binary release

18 Jul 20:11
Compare
Choose a tag to compare

graph.addGradients() is active now.

Adding Matrix Tensor with auto shape / auto flat functionality

04 Jul 03:15
Compare
Choose a tag to compare
1.2.1

Adding Matrix Tensor with auto shape  / auto flat functionality.

Fully Upgrading to TensorFlow 1.2.0

02 Jul 05:04
Compare
Choose a tag to compare
  • Based on TensorFlow 1.2.0 binary distribution.
  • Fixing memory leak between sessions.
  • Adding Gradients() to graph
  • Tensor is now comparable.
  • Swift 3.1 / 4.0 Compatible.
  • Adding Demo of Computer Vision
  • Full English / Chinese Document Support.

Correcting Typos

28 Jun 15:36
Compare
Choose a tag to compare
Correcting Typos Pre-release
Pre-release
1.1.14

Correcting typos.

Fixing tensor memory leaks after session.

23 Jun 16:45
Compare
Choose a tag to compare
According to https://github.com/tensorflow/tensorflow/issues/10997
Before this fix, tensors created by session.run() came to wild because
of calling tensor.init(handler:) with tensor.autodestroy = false. The
solution is patching and setting it to true value after creation.

Adding GUIDE; Adding loadModel() to Session.Runner()

21 Jun 21:59
Compare
Choose a tag to compare
1.1.12

Cleaning up GUIDE.md

Swift 3.1/4.0 Support; Fixing constant(index::) default zero.

20 Jun 17:02
Compare
Choose a tag to compare
Fixing constant(index::) automatically set to zero

Also adding memory leak tests.

Adding compatibility of both Swift 3.1 / 4.0

16 Jun 15:51
Compare
Choose a tag to compare

There are still a few warnings in Swift 4.0 compilation, one from XCTest and one from Swift Protobuf.