szagoruyko / attention-transfer

Improving Convolutional Networks via Attention Transfer (ICLR 2017)
https://arxiv.org/abs/1612.03928
1.43k stars 274 forks source link

Table1: Experiments on CIFAR-10 #41

Open xlzhou01 opened 8 months ago

xlzhou01 commented 8 months ago

Hello, I have a question! This sentence "Error is computed as median of 5 runs with different seed." is mentioned in table 1 of your paper, how should I get the result of a single run while running the lab? Is it the accuracy of the model one the test set after the last epoch? And I run it 5 times , and then I take the median of them, right?

How should I calculate the results of the experiment? I was first exposed to deep learning paper reproduction.