clojure-tensorflow icon indicating copy to clipboard operation
clojure-tensorflow copied to clipboard

Updated to tensorflow 1.15.0.

Open tuh8888 opened this issue 6 years ago • 0 comments

I updated the TensorFlow version from 1.2.0 to 1.15.0. The tests initially failed. I fixed them simply substituting the to-array fn for into-array fn in the outer array conversion in the tf-vals util fn. The problem was to-array returns an Object array while into-array uses the first value to box the array.

Now all tests pass and users can use the latest version of Java TensorFlow.

tuh8888 avatar Oct 28 '19 20:10 tuh8888