Samuele Marro
Samuele Marro
This implementation is based on Carlini’s original [Tensorflow implementation](https://github.com/carlini/nn_robust_attacks/blob/master/li_attack.py) . The main differences between the original and this one are: * Carlini’s implementation works on only one image at the...
The OneDrive folder for densenet-bc-100-12 (cifar100) only contains log.txt.
In li_attack.py, the function `doit` never returns anything if `abort_early=False`. This means that `doit` will always return None, which will be interpreted by `attack_single` as a failure.
I'm running the `denoising_diffusion_pytorch.py` script as-is on the CIFAR10 dataset, however the FID quickly plateaus to ~90, which is a far cry from both those reported in the DDIM/DDPM paper...