Skip to content

Standardize output and add accuracy numbers #21

@rdadolf

Description

@rdadolf

#13 helped, but the output is still a little messy to use. Tracking a loss curve is a very useful thing, but in practice, loss isn't sufficient a lot of times, and it can be confusing to non-DL people.

Updates to verbose output:

  • standardized across all 8 models
  • include both loss and accuracy
  • scriptable output (cut -d ' ' -f x,y should basically do the right thing)
  • don't impact performance measurements if possible (so try to avoid adding graph nodes)

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions