Skip to content

Releases: tensorflow/java

TensorFlow Java 0.3.1

15 Mar 14:32
Compare
Choose a tag to compare

Note: TensorFlow Java is still in alpha release and is not covered by TensorFlow API stability guarantees

Bug Fixes and Other Changes

  • Fix memory leaks occurring with new TensorFlow 2.4.1 layout of string tensors
  • Fix and use JavaCPP deallocator for releasing graph sessions

TensorFlow Java 0.2.0

07 Oct 15:54
19987ea
Compare
Choose a tag to compare

This is a first alpha release of the new TensorFlow Java ecosystem.
Note that TensorFlow Java is not covered by the TensorFlow API stability guarantees

Major Features

  • Build, train and run inference over a neural network graph using an enhanced Java API based on TensorFlow 2.3.1
  • Execute eagerly TensorFlow operations for easy debugging
  • Save and load graphs to/from disk using the saved model format
  • Access directly tensor memory in a n-dimensional space using the new NdArray Java library
  • Leverage native libraries support and installation using JavaCPP
  • Train graphs using a new high-level Java framework for machine-learning

Thanks to our contributors

Karl Lessard (@karllessard)
Samuel Audet (@saudet)
Adam Pocock (@Craigacp)
Jim Clarke (@JimClarke5)
Dhruv Rajan (@dhruvrajan)
Shajan Dasan (@Shajan)
Alexey Zinoviev (@zaleslaw)
Christian Tzolov (@tzolov)
Han Dong (@handong0123)
Mark Daoust (@MarkDaoust)
James Ring (@sjamesr)
Lai Wei (@roywei)
Matteo Di Giovinazzo (@matteodg)
Haitang (@hthu)
Gunhan Gulsoy (@gunan)
Fred Reiss (@frreiss)
Dean Thompson (@deansher)
Christoph Henkelmann (@chenkelmann)
Eron Wright (@EronWright)