Replies: 1 comment
-
Currently neither Jax or Flax maintain any loss functions. CTC is definitely complex compared to an L2 or cross entropy loss. There is an internal implementation of CTC that we can hopefully open-source soon. |
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
-
I want to do the Sign Language Recognition task and Speech Recognition task by jax, and the CTC Loss is the one of the most important loss function. In Tensorflow, there are tf.nn.ctc_loos and tf.keras.backend.ctc_batch_cost APIs.
So how can I use it in jax?
Beta Was this translation helpful? Give feedback.
All reactions