java调用tensorflow训练好的模型
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java调用tensorflow训练好的模型相关的知识,希望对你有一定的参考价值。
在java代码中Graph graph=new Graph()会报错,怎么解决:
Exception in thread "main" java.lang.UnsatisfiedLinkError: Cannot find TensorFlow native library for OS: windows, architecture: x86_64. See https://github.com/tensorflow/tensorflow/tree/master/tensorflow/java/README.md for possible solutions (such as building the library from source). Additional information on attempts to find the native library can be obtained by adding org.tensorflow.NativeLibrary.DEBUG=1 to the system properties of the JVM.
以上是关于java调用tensorflow训练好的模型的主要内容,如果未能解决你的问题,请参考以下文章
TensorFlow 调用预训练好的模型—— Python 实现
在 C/C++ 中使用 TensorFlow 预训练好的模型—— 间接调用 Python 实现