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...
Hello, I'm trying to write a plugin for my [paramclasses](https://github.com/eliegoudout/paramclasses) library. I already posted about it on [gitter](https://app.gitter.im/#/room/#python_typing:gitter.im) to ask a few questions (without answer at the moment). I'm still...
Hello, when trying to debug the `champion_mastery.py` example, I see that the `Summoner` instance throws many errors of the same flavor: ```console (Pdb) summoner ``` ```console (Pdb) summoner.id Making call:...
While trying to run the `examples/timeline.py`, it crashes. It mentions `puuid` attribute not existing. I found these mentions online: [stackoverflow](https://stackoverflow.com/a/77868324): > Summoner names are no longer used in League of...
Hello there, Is it possible to make it so that generated images are clickable, which would maake it full size over a slight transparent grand foreground for example? I don't...