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
I noticed that there's no switching between model.train() mode and model.eval() mode when transitioning between the training and validation processes. Could this potentially lead to leakage of validation/test information (BN will track the statistics in the validation/testing set)?
Thanks for releasing the code.
I noticed that there's no switching between
model.train()
mode andmodel.eval()
mode when transitioning between the training and validation processes. Could this potentially lead to leakage of validation/test information (BN will track the statistics in the validation/testing set)?Another minor issue is the incorrect parameter in
SynDiff/train.py
Line 699 in 8e5064e
gen_diffusive_2
for T1 -> T2, right?The text was updated successfully, but these errors were encountered: