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
The error is ValueError: Shapes (None, 64, 49934) and (None, 64) are incompatible
I have also tried to reshape (y_true, y_pred) but that causes memory issues. Is there any way to fix this issue, or is there an alternative way to compute MRR in Keras/tensorflow? Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I was trying to use
tfr.keras.metrics.MRRMetric()
at compile time. But it crashes with a shape-related bug. Below is the code I used:The error is
ValueError: Shapes (None, 64, 49934) and (None, 64) are incompatible
I have also tried to reshape (y_true, y_pred) but that causes memory issues. Is there any way to fix this issue, or is there an alternative way to compute MRR in Keras/tensorflow? Thanks!
The text was updated successfully, but these errors were encountered: