tracel-ai/burn

Training metrics

Open

#544 opened on Jul 25, 2023

View on GitHub
 (19 comments) (2 reactions) (0 assignees)Rust (964 forks)auto 404
featuregood first issue

Repository metrics

Stars
 (15,550 stars)
PR merge metrics
 (PR metrics pending)

Description

In burn-train, several metrics can be used during training. It would be great to have more!

  • Accuracy
  • Loss (the one in use)
  • CUDA utilization (memory&compute)
  • Top-k accuracy
  • CPU utilization
  • CPU memory usage
  • General GPU utilization
  • General GPU memory usage
  • Precision Recall
  • AUC - ROC
  • BLEU score
  • ROUGE score

Contributor guide