Reputation: 3
I've train a model that have in input this tensor: Input Shape: [ 1 50] Input Type: <class 'numpy.float32'>
and in output this tensor: Output Shape: [ 1 50 17] Output Type: <class 'numpy.float32'>
How can I create these in java? for using this on Android device?Thanks
Upvotes: 0
Views: 174
Reputation: 903
There are some TensorFlow Lite language bindings including Java and Kotlin for Android application developments.
Upvotes: 1