TODO:
- to change victim to
SwinTransformer
, usingSimpleCNN3D
inmodels/simple_models.py
for now - to load pretrained weigths for victim
- to change test dataset, using
RandomVideosLikeKinetics
indatasets/datasets.py
for now, to useKinetics400
(to changedatasets/datasets.py
L87-99, and in cmd line arg) - to change generators and discriminator, for now using
SimpleGenerator
,SimpleDiscriminator
inmodels/simple_models.py
- to change adversary, for now using
SimpleCNN3D
inmodels/simple_models.py
- to verify the working of changed
zoge_backward()
inattacks/attack_utils.py