eaplatanios / tensorflow_scala

TensorFlow API for the Scala Programming Language
http://platanios.org/tensorflow_scala/
Apache License 2.0
936 stars 95 forks source link

fix invalid numpy datatypes for ints and uints #160

Closed sesajad closed 5 years ago

sesajad commented 5 years ago

tensorflow datatype to numpy dtypes conversion was wrong (and also was inconsistent with numpy_dtypes to tensorflow). this bug caused the writeNPY function to not working.

eaplatanios commented 5 years ago

Thanks @sesajad !