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
hello,
i run your code, i find some error. can you help me ?
File "scripts/train.py", line 90, in run
mask_gen = MaskGenerator(img_dims, tuple(args.mask_dims),
TypeError: 'NoneType' object is not iterable
when i run the normal model training step on GTSRB dataset ,i get this error. this code will generate a mask? but the normal model don't need the mask of adversarial?
The text was updated successfully, but these errors were encountered:
hello,
i run your code, i find some error. can you help me ?
File "scripts/train.py", line 90, in run
mask_gen = MaskGenerator(img_dims, tuple(args.mask_dims),
TypeError: 'NoneType' object is not iterable
when i run the normal model training step on GTSRB dataset ,i get this error. this code will generate a mask? but the normal model don't need the mask of adversarial?
The text was updated successfully, but these errors were encountered: