Alexey Novakov
Alexey Novakov
@eaplatanios appreciate if you could review this tutorial: https://novakov-alexey.github.io/tensorflow-scala/
Using `tf.learn.Conv2D` layer for MNIST dataset leads to a fatal error somewhere in C++ code of tensorflow library. ### How to reproduce Below code leads to an error. This code...
I am trying to generate a client for this API: https://raw.githubusercontent.com/aeternity/aeternity/master/config/swagger.yaml with the following build.sbt: ``` lazy val root = (project in file(".")) .settings( name := "ae-client", libraryDependencies ++= Seq(...