I am not sure what’s the common practice to load a pre-trained keras model into a Java code?
I saw deeplearning4j and Google's native Java support.
Surprisingly, google says:
Caution: The TensorFlow Java API is not covered by the TensorFlow API stability guarantees.
I am really confused, what's going on here and what are consideration I need to take before choosing a tensorflow Java engine. Obviously I would like to support the latest CUDA/ cuDNN. My application runs on PCs it's not a mobile application.