This repository was archived by the owner on Nov 29, 2022. It is now read-only.
Support for Categorical Cross Entropy #21
mohrezaeib
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
thanks for this library :)
I understand that this library supports sparse categorical cross entropy but my model output is one hot encoded and I need to use categorical cross entropy, do I have to write a wrapper function and convert my output with argmax()? It would be easy if there was a ready to use function for CCE too.
Beta Was this translation helpful? Give feedback.
All reactions