anshuman23 / tensorflex

Tensorflow bindings for the Elixir programming language :muscle:
https://hexdocs.pm/tensorflex/Tensorflex.html
Apache License 2.0
308 stars 14 forks source link

Fixed issue regarding printing of outputs #12

Closed anshuman23 closed 6 years ago

anshuman23 commented 6 years ago

This is not a major issue, but while writing the blog post I figured out I had accidentally used the wrong output dimensions which was leading to squashed outputs. This wasn't messing with the data computations but how they were presented at the output. I have now fixed it; it was a rather small issue