DequanWang / tent

ICLR21 Tent: Fully Test-Time Adaptation by Entropy Minimization
https://arxiv.org/abs/2006.10726
MIT License
364 stars 47 forks source link

Having issues reproducing test error statistics when configuring model. #21

Open pavel-jahoda-sewts opened 1 year ago

pavel-jahoda-sewts commented 1 year ago

I've trained my model and have some tests statistics X. Afterward, I an untented, but configured version of the model and I am unable to reach the accuracy X. I've changed the batch size to match the training batch size, but still the issue persist. It probably has to do with using the "model.train()" function. Note, I am using Efficientnet_v2_s as my model.