modnet icon indicating copy to clipboard operation
modnet copied to clipboard

Investigate use of Keras core

Open ml-evs opened this issue 1 year ago • 1 comments

Keras Core is now in beta https://keras.io/keras_core/, and will replace the current tf.kerasAPI in v3. This would allow us to make pytorch, JAX and TF models with the same API, and may lead to performance improvements. Probably this will also break lots of backwards-compat of model loading (see #155...) and might need a few more code changes for custom loss functions etc. I will try to find time to investigate this before MODNet v1.0.

ml-evs avatar Jul 14 '23 09:07 ml-evs