Skip to content

dimitry12/sparse_categorical_accuracy_with_logits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sparse categorical accuracy with logits

This is a metric to use with Keras where:

  • labels are indices corresponding to a class, and
  • targets are logits

This is an iteration on Keras's built-in sparse_categorical_accuracy-metric to use with models where sparse_softmax_cross_entropy_with_logits-loss is used.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages