tensorflow_scala
tensorflow_scala copied to clipboard
TensorFlow API for the Scala Programming Language
[Getting Started Guide](https://eaplatanios.github.io/tensorflow_scala/getting_started.html) Link is invalid (returns 404)
@eaplatanios appreciate if you could review this tutorial: https://novakov-alexey.github.io/tensorflow-scala/
There's a security issue in 4.12. We additionally limit the scope to `"test"` to aid downstream projects in potential overrides.
it's familiar with using keras in python, when use bigDL, I can use keras api,but it's nested with spark ,so I willing use keras like origin in scala , hope...
I fine tuned a model in python tensorflow and saved it to drive now i want to load that model using the scala tensorflow api , how would i go...
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...
Platform: Archlinux x86_64, with Arch's official **tensorflow-opt 2.3.1-7** package installed. Scala version: 2.12.12 After `import org.platanios.tensorflow.api._`, I just try the simple snippet: `val t1 = Tensor(1.2, 4.5)` then scala throw...
As @doofin pointed out in [PR#143](https://github.com/eaplatanios/tensorflow_scala/issues/143), the real power of TF comes into play when it's building blocks are combined using control flow. One of the most powerful means to...
This `::` value: https://github.com/eaplatanios/tensorflow_scala/blob/master/modules/api/src/main/scala/org/platanios/tensorflow/api/package.scala#L80 Will shadow the `::` List constructor. The List is a commonly used type from the Scala predef so removing the usability of `::` is unexpected. for...
See https://github.com/eaplatanios/tensorflow_scala/blame/master/README.md#L26 I'd issue a PR, but not sure where to point it.