Closed won-bae closed 3 years ago
Hi @won-bae
Yes you are correct, the paper's results were with an older version of the code and libraries, and the performance is generally in the range 70-72 depending on the setup with this repo, we just didn't update the paper since the reported results are not that different and can vary with different torch and torchvision versions.
Thanks for the clarification. I ran several experiments with the same setting and confirmed that 72.0 is indeed an extreme case.
Hi, thank you for sharing the code for such a great paper. When I was trying to reproduce semi supervised learning with 1.5K pixel labels in table1, I got 72.0 which is way too higher than the reported number 69.4. I set
use_weak_lables: false
,supervised: false
,semi: true
andepochs: 50
. If my understanding on your paper is correct, this is the right setting for CCT 1.5K in table1. For your information here is the whole config I used. Am I missing something here?