|
5 months ago | |
---|---|---|
.github/workflows | 9 months ago | |
project | 5 months ago | |
src/main | 5 months ago | |
.gitignore | 9 months ago | |
LICENSE | 9 months ago | |
README.md | 5 months ago | |
build.sbt | 5 months ago |
README.md
tensorflow-java-test
statement
This is a project for testing the Java bindings to TensorFlow, using Scala 3.
It is (C)opyright 2021–2022 by Hanns Holger Rutz. All rights reserved. The project is released under
the GNU Lesser General Public License v2.1+ and
comes with absolutely no warranties. To contact the author, send an e-mail to contact at sciss.de
.
requirements / installation
The project build with sbt. You may need to edit build.sbt
to adjust tfClassifer
.
Furthermore, for Keras models, it currently relies on an unstable version
of tensorflow-keras-scala (bindings). To prepare them, clone
that repository, and within use git checkout work
and sbt +publishLocal
to make an unstable version available to
this build.
Then here,
sbt run
sbt 'runMain de.sciss.tf.CnnTest 10 100 sgd'
Unfinished:
sbt 'runMain de.sciss.tf.CnnGanMnist'