liyiying / Feature_Critic

Feature-Critic Networks for Heterogeneous Domain Generalisation
52 stars 11 forks source link

About the performance #7

Open ReedZyd opened 4 years ago

ReedZyd commented 4 years ago

Sorry for the inconvenience。

I trained and tested on the PACS dataset. The accuracy of the model trained by myself was 58%, and the accuracy of your trained model was 62%. But either not match the accuracy rate in your article. Why? But neither of the results reached the accuracy rate in the article. Why?

liyiying commented 4 years ago

Hi, we then checked the models on our server and updated to the remote disk. The performance is close to the reported results. We ran the models on our old code where we changed some underlying code of torch, and cleaned up the code trying to write them in another way and avoided changing the underlying torch code. I think maybe this would cause some influence to the performance..

ReedZyd commented 4 years ago

Thank you for your reply. And meanwhile, I am wondering if you update the baseline code, such as MetaReg.

liyiying commented 4 years ago

Hi, we have provided the baseline code in the project. If you want to follow the MetaReg work, I advice you to ask for the MetaReg authors for their clear code.

ReedZyd commented 4 years ago

Thank you!

ReedZyd commented 4 years ago

And when I trained the model, the loss was very small(0.00...) after 15,000 iterations. Why do you reset the optimizer at 15,000 iterations and continue training?