evaluation metrics #2193
-
hi, thanks |
Beta Was this translation helpful? Give feedback.
Answered by
divyashreepathihalli
Dec 27, 2023
Replies: 1 comment
-
@Arwa-97 here is an example of implementing KID in keras 3 - you would add this as a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Arwa-97
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Arwa-97 here is an example of implementing KID in keras 3 - you would add this as a
keras.metrics.Metric
subclass and then specify this as a metric tomodel.compile(...)