chengyiqiu1121
chengyiqiu1121
You will need to download the training data from [here](https://drive.google.com/file/d/1kcveaJC3Ra-XDuaNqHzYeomMvU8d1npj/view?usp=sharing). :(
hi developers: I am sorry to bother you! I am training on `CIFAR-10`, with setting `train_num_step=500k, batch=16, unet dim 64`. But get FID 21.57 not well. And when i increase...
I find a file named "gen_backdoor.py" but didn't find a file named "gen_backdoor_mnist.py". I change the code to: ```python # self.GM_model = gen_backdoor_mnist.GM(self.victimized_model, self.attack, search_param, ratio) self.GM_model = gen_backdoor.GM(self.victimized_model, self.attack,...