You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I can't find in your solution a way to use it. Is it possible to use the function using your nugets? If not, Do you have a suggestion on how to use it?
The text was updated successfully, but these errors were encountered:
I'm using emgu.tf on a c# project where I need to use the function:
tf.keras.backend.ctc_decode(
y_pred,
input_length,
greedy=True,
beam_width=100,
top_paths=1
)
However, I can't find in your solution a way to use it. Is it possible to use the function using your nugets? If not, Do you have a suggestion on how to use it?
The text was updated successfully, but these errors were encountered: