eliegoudout
eliegoudout
# Summary for review ## Object of the PR It corrects the $L^1$ extension of FGM evasion attack (+ PGD) and properly extends them to $L^p$ for any $p\geqslant 1$....
Stumbled upon 2 issues regarding the implementation of the momentum for Fast Gradient Method adversarial attack: - The momentum is not computed the right way (see https://github.com/Trusted-AI/adversarial-robustness-toolbox/pull/2382#discussion_r1581735593); - The implementation...
It would be nice to have an analog to SEPARATING_LINE for columns. Even more flexible: possibility to explicitly override any seperation in the table with any specific character or `tablefmt`.
### OS version macOS ### Python version 3.10.8 ### Pip version pip 23.0 ### Guide link https://packaging.python.org/en/latest/tutorials/packaging-projects/ ### Problem description Hello, First of all, I want to say that I...
- [x] _Ready for review_ Closes #25805 since it provides override option. Added optional keyword argument `fill` to `np.atleast_2d` and `np.atleast_3d`, to specify where the missing dimension(s) should be added....
Hi, I came across the notion of [static/dynamic flow](https://pytorch.org/docs/stable/fx.html#limitations-of-symbolic-tracing) on PyTorch's doc. I realize that dynamic flow (that is when module calls may not be consistent between different inputs) poses...