Dynamic-memory-networks-plus-Pytorch icon indicating copy to clipboard operation
Dynamic-memory-networks-plus-Pytorch copied to clipboard

Test Accuracy in the log.txt

Open shiningliang opened this issue 6 years ago • 0 comments

Thank you for your unselfish sharing and nice work.

I noticed that the test accuracy writed in log.txt is as

fp.write(f'[Run {run}, Task {task_id}, Epoch {epoch}] [Test] Accuracy : {total_acc: {5}.{4}}' + '\n')

But the total_acc is the valid accuracy while test_acc / cnt is the correct one.

shiningliang avatar Jul 24 '19 12:07 shiningliang