Closed EmotionalXX closed 4 years ago
Hi, please refer to step two in the instructions here: https://github.com/Trevillie/MagNet#run-the-demo-code.
Hi, please refer to step two in the instructions here: https://github.com/Trevillie/MagNet#run-the-demo-code.
well,I mean how to get matching pkl file of other adversarial attack.In another way,What should I pack as pkl file.Thank you!
Ah. The attack data is a numpy array with shape (num_of_samples, height, width, channels). You can check the provided attack data as an example.
Ah. The attack data is a numpy array with shape (num_of_samples, height, width, channels). You can check the provided attack data as an example.
Thank you! I make it.
Hi,I know the demo is for C&W adversarial attack,now I need to test other adversarial samples,Could you tell me how to make it in a easy way.Thank you!