Jonas Ricker

Results 3 issues of Jonas Ricker

## 🐛 Bug When LRP is used with a custom propagation rule, calling `attribute` more than a single time fails because the custom rule is removed in https://github.com/pytorch/captum/blob/5543b4a8d256f2fa6d43eb3ac8675235f996c9fe/captum/attr/_core/lrp.py#L382 ## To...

Hi, I believe that in this line `args` should be replaced by `eval_args` in order to compute `num_gpus` according to the passed arguments. https://github.com/NVlabs/LSGM/blob/5eae2f385c014f2250c3130152b6be711f6a3a5a/evaluate_vada.py#L201 Thanks for sharing your work!

Due a change in https://github.com/albumentations-team/albumentations/blob/main/albumentations/augmentations/crops/functional.py, the following line https://github.com/rom1504/img2dataset/blob/a70e10d352ec11fd611b86ab81a29223a16c841e/img2dataset/resizer.py#L186 causes the error `"module 'albumentations' has no attribute 'center_crop'"`. It looks like one could use the `CenterCrop` class or recreate `center_crop`...