We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I include "org.bytedeco" % "tensorflow-platform" % "1.14.0-1.5.1" I get the following in org.tensorflow.op:
"org.bytedeco" % "tensorflow-platform" % "1.14.0-1.5.1"
However, if I include "org.tensorflow" % "tensorflow" % "1.14.0" I get this:
"org.tensorflow" % "tensorflow" % "1.14.0"
Seems like they ran some preprocessor to generate a bunch of helper classes that make it more convenient to use the various Ops.
The text was updated successfully, but these errors were encountered:
* Add packages missing from TensorFlow (issue #773)
8c5ca2b
* Fix JPMS module name for Tesseract (issue #772)
Fixed! Please give it a try with the snapshots when the builds are done in a few hours: http://bytedeco.org/builds/
Sorry, something went wrong.
The Ops are indeed there now, thanks!
No branches or pull requests
If I include
"org.bytedeco" % "tensorflow-platform" % "1.14.0-1.5.1"
I get the following in org.tensorflow.op:However, if I include
"org.tensorflow" % "tensorflow" % "1.14.0"
I get this:Seems like they ran some preprocessor to generate a bunch of helper classes that make it more convenient to use the various Ops.
The text was updated successfully, but these errors were encountered: