Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

(Easy)Echo epoch number to console while training #712

Closed
wants to merge 1 commit into from

Commits on Jun 20, 2019

  1. (Easy)Echo epoch number to console while training

    Summary:
    We output a bunch of training metrics to the console, but not the epoch number. This diff adds epoch number - very useful to monitor progress of long training runs
    
    Output before diff:
    `Stage.EVAL`
    `loss: 1.219663`
    `Accuracy: 96.70`
    
    Output after diff:
    `Stage.EVAL`
    **`Epoch:10`**
    `loss: 1.219663`
    `Accuracy: 96.70`
    
    Differential Revision: D15924282
    
    fbshipit-source-id: 538ea4a7c1ba93ef69e8777208264757ddb07593
    Kshitiz Malik authored and facebook-github-bot committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    d491ab3 View commit details
    Browse the repository at this point in the history