keras-team / keras-core

A multi-backend implementation of the Keras API, with support for TensorFlow, JAX, and PyTorch.
Apache License 2.0
1.27k stars 115 forks source link

Use of PyTorch loss functions inside Keras #902

Closed emi-dm closed 10 months ago

emi-dm commented 10 months ago

Hi!! Is possible to use PyTorch loss functions like https://docs.monai.io/en/stable/losses.html inside Keras Core?

Thanks in advanced!