Amund Vedal
Amund Vedal
The following paper also shows good improvements with MixUp/CutMix https://arxiv.org/abs/2111.05328
@Dipet That seems to work! Thanks a lot 💯
Should probably not close if its a bug
I managed by downgrading to `timm==0.4.12`
@annahedstroem Maybe it should be possible to pass parameter `gc_layer` to `quantus.evaluate` directly when using the GradCam method, like what is done in `quantus.explain` ? This would bypass the need...
> Guys, I too get the similar error, when I run the below command, if I remove the pipe, it works with only one condition > > _SyntaxError: Python keyword...
I did not test @FranciscoPombal case specifically, but I would suggest to ensure that `~/.local/bin` is not first in your PATH, as for example the installation of `poetry 1.2.1` currently...
I experienced similar challenges with poetry in [#49](https://github.com/python-poetry/install.python-poetry.org/issues/49), which orignated from my updated system-pip ending up earlier in PATH.
I'm also very interested in this topic, as I see pydantic as the only missing piece of jsonargparse for my config handling (particularly interested to use pydantic [run-time validation](https://pydantic-docs.helpmanual.io/usage/dataclasses/#choose-when-to-trigger-validation) of...