java-models icon indicating copy to clipboard operation
java-models copied to clipboard

Where can I find the API of release 0.2?

Open YongXin-Yao opened this issue 4 years ago • 0 comments

https://tensorflow.google.cn/api_docs/java/org/tensorflow/package-summary?authuser=1 This API about old release is deprecated and will be removed in a future version, but I can't find the API about new release. And my TensorFlow version is 2.2.0, can I use old release(latest version is 1.15) to load model then use model to predict?

YongXin-Yao avatar Jan 30 '21 13:01 YongXin-Yao

The TF-Java API docs are hosted here - https://www.tensorflow.org/jvm, though they are currently quite old and we are trying to update them.

Craigacp avatar Oct 11 '24 20:10 Craigacp