Jacob Gildenblat

Results 103 comments of Jacob Gildenblat

Good catch! Will try updating that in the next few days.

Actually that file was an older file and wasn't used by the package. I removed it now. The macro f1 was already implemented here: https://github.com/jacobgil/confidenceinterval/blob/main/confidenceinterval/takahashi_methods.py#L126

Hello, I removed the dependency on typing extensions completely for now, so this should be solved.

Hi, The validation I did do was comparing the results of the bootstrap method with the analytical implementation. I didn't compare with R (i'm also not an R user). A...

Hi, can you please clarify what this means. I am already using twine to build the wheel and upload to pypi. Do you mean something else ?

Yes it should work ! As long as the tensor has spatial dimensions (width and height). What are the dimensions of the input tensor ?

Yes! https://github.com/jacobgil/pytorch-grad-cam/blob/master/cam.py#L129 There is an example image output in the Readme

@MoH-assan good catch !

Closing this since it's fixed in the main branch