Jacob Gildenblat

Results 103 comments of Jacob Gildenblat

Awesome!!!

Hi, I did not yet, But if you can share pointers maybe I can help make it work. Are there any pretrained open source models and examples we can use?

Hey, I'm definitely open to changing everything to be done with pure torch on the device instead of numpy. But before investing in this large change, Should we get some...

Thanks for reporting. This should be fixed now.

Will definitely look into a release tag, thanks for suggesting.

Great, thanks a lot. A PR with pyproject.toml and requirements.txt would be a great contribution ! Will merge the 431 PR soon once the pipeline passes. The 1.4.8 version published...

Thanks a lot for this, it's a great contribution. Before merging I want to test it a bit too, and might come back with questions/comments. For example, I want to...

Can you please try following the new Swin transformer section in this tutorial and let me know if it helped: https://jacobgil.github.io/pytorch-gradcam-book/HuggingFace.html

There are also many examples with different transformer variants here: https://jacobgil.github.io/pytorch-gradcam-book/HuggingFace.html

We can't use the Classifier Output Target, since it's an object detection network with multiple outputs. I'm also not sure if Yolo7 gives you a way to compute the gradients....