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, I am trying to use your code to produce an attack dataset (size 70000, hide 32*32 MNIST img in 178*228 CelebA img). And it will cost about 350 hours or more. Is this a normal timing performance?
The text was updated successfully, but these errors were encountered:
This will make the attack considerably faster, as the optimization problem is solved more efficiently. In future versions, I will set this flag to True per default.
Apart from that, it is difficult to say if your reported time is normal, as it depends on a lot of factors. But the computation takes indeed some time.
Thanks for your quick reply, I will try your advice.
By the way, it seems the repository is not compatible with macOS (Monterey 12.3 and 12.1, I try the code on two Mac). The jupyter kernel always dies when I try to run. After I switch to Ubuntu, everything works well.
Hi, I am trying to use your code to produce an attack dataset (size 70000, hide 32*32 MNIST img in 178*228 CelebA img). And it will cost about 350 hours or more. Is this a normal timing performance?
The text was updated successfully, but these errors were encountered: