Is Kotlindl just a wrapper abound tensorflow-lite for like suing trained models or can I create a model like tensorflow/pytorch? #C01DZU7PW73
z
zaleslaw
11/24/2024, 6:47 PM
It consists from 2 parts, ONNX wrapper and Keras like wrapper, the building from scratch and training is possible with TF part, but the set of operands is limited
👍 1
s
shaktiman_droid
12/20/2024, 9:37 PM
@zaleslaw Since kotlinDl is jvm only. is there a plan to support kotlin/native so it can be used in KMP library with android and ios targets?
z
zaleslaw
12/21/2024, 10:53 AM
It is JVM + Android for now, but we have no plans for iOS support in the nearest future