Dario Serez
Dario Serez
Hi, I noticed there is a wrong link in the actual documentation at: https://foolbox.readthedocs.io/en/stable/modules/attacks.html The reference for `InversionAttack` is: Hossein Hosseini, Baicen Xiao, Mayoore Jaiswal, Radha Poovendran, “On the Limitation...
Hi, are there any updates on this? By checking the documentation I did not find any implementation of Expectation over Transformation. Do you have any suggestions on how to implement...
Hi, and thank you @zimmerrol for your answer. I opened a pull request #719, where I tried to follow your suggestions. Let me know what you think of it.
Hi there, @GooseIt did you manage to solve the issue? I was able to solve it by installing `numba==0.56.2`. Here is my full environment.yaml file: ``` name: torch-ffcv channels: -...
Hi, I have encountered the same Import Error on the Linux server I am using, so I guess this is not only a Windows problem. On my local machine, everything...
By looking at the other test files, I have added some tests to assert that wrapping the model with EoT does not change clean / robust accuracy (when no random...
I have uploaded a refactored version, which should now be compatible with `black` and `mypy` requirements. This should fix the failed checks for the Tests part.
Hi @charlesjhill , thank you for your suggestion and sorry for the late reply. I have now tried to run some tests in a new environment, running latest `ffcv` and...