You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extractor was not included in the optimizer parameter.
So, I think the extractor was only used for inference, but wonder why used train().
In this case, batch_norm different results than eval().
because running_mean, running_var changed when train().
Hi, Thanks for your code!!
extractor was not included in the optimizer parameter.
So, I think the extractor was only used for inference, but wonder why used train().
In this case, batch_norm different results than eval().
because running_mean, running_var changed when train().
DFR/DFR-source/anoseg_dfr.py
Line 148 in 5307795
DFR/DFR-source/anoseg_dfr.py
Line 207 in 5307795
DFR/DFR-source/anoseg_dfr.py
Line 78 in 5307795
The text was updated successfully, but these errors were encountered: