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
hi ,when I git clone your code and run main.py,there is one mistake
File "/eve/code/ForgeryNet/intra_dataset_code/xception.py", line 94, in Xception
bn_var_mode=syncbnVarMode_t.L2, use_sync_bn=True, bypass_last_bn=False, dropout=0, **kwargs):
NameError: name 'syncbnVarMode_t' is not defined
seem like there is something missing,do you have any solution? Thx so much
The text was updated successfully, but these errors were encountered:
hi ,when I git clone your code and run main.py,there is one mistake
File "/eve/code/ForgeryNet/intra_dataset_code/xception.py", line 94, in Xception
bn_var_mode=syncbnVarMode_t.L2, use_sync_bn=True, bypass_last_bn=False, dropout=0, **kwargs):
NameError: name 'syncbnVarMode_t' is not defined
seem like there is something missing,do you have any solution? Thx so much
The text was updated successfully, but these errors were encountered: