Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Detailed Comments #3

Open
iemhongw opened this issue Jul 13, 2018 · 1 comment
Open

Code Detailed Comments #3

iemhongw opened this issue Jul 13, 2018 · 1 comment

Comments

@iemhongw
Copy link

Hi giannisnik,
Thanks for your kind sharing code!
Can you give detailed code comments to help me learn?

And could you pls help explain what is the meaning below?
Epoch: [99] Avg accuracy 0.762; Average Loss 0.451; Avg Time x Batch 0.007

  • Average accuracy 0.700; Average Loss 0.727
    => loading best model './checkpoint/kcnn/model_best.pth'
    => loaded best model './checkpoint/kcnn/model_best.pth' (epoch 4)
  • Average accuracy 0.660; Average Loss 0.593
    Accuracy at iteration 10: 0.66
    Average accuracy: 0.6759999999999999
    std: 0.041279534881100574
@penguinbear
Copy link

try to answer but feel free to correct me if something wrong,

Avg accuracy: the average accuracy of a data point in the current epoch

Average Loss: the average loss value of a data point in the current epoch

Avg Time x Batch: the average time used in finishing a batch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants