Performance vs Python high level API #48
AlexandreBrown
started this conversation in
General
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
In your opinion, let's say once KotlinDL 1.0+ is out, do you think there will be any difference (good or bad) performance-wise when compared to keras using Python high level api?
Another way to phrase it woud be:
Since you mentioned KotlinDL uses low level Java APIs (JNI) to call native C++ directly, would it mean it would be faster than using Keras via Python? Is the overhead of Java lower than the overhead of Python?
Or do you think there is no difference since Python does the same trick of letting the C++ do the heavy work ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions