open-mmlab / OpenUnReID

PyTorch open-source toolbox for unsupervised or domain adaptive object re-ID.
Apache License 2.0
396 stars 67 forks source link

Validation freq #46

Open RAMIhamza opened 3 years ago

RAMIhamza commented 3 years ago

Hey,

When I run two trainings (strong baseline) with the same config file, except for val_freq which is the frequency of validation (2 and 5 in my case). I surprisingly get two different curves of the training cross entropy loss. I believe that even though the model is in eval mode, it still changes some of its settings. Am I wrong ?

Thanks in advance.

RAMIhamza commented 2 years ago

Please find bellow some specifications of my setup. I'm working with the following versions:

Also the two plots of the cross entropy loss that correspond to the two trainings (strong baseline) with different val frequencies.

image Grey line : val_freq = 5 Orange line: val_freq = 2

chongyangwang-song commented 2 years ago

@RAMIhamza Hi, I study this code recently, could we have some Communication?

RAMIhamza commented 2 years ago

Yeah sure ! Here is my mailing address : hamza.rami.student@gmail.com