pytorch-grad-cam
pytorch-grad-cam copied to clipboard
Improve type hints
trafficstars
This PR marks some optional arguments as optional, and makes some numpy types more specific.
numpy.typing.NDArray requires numpy >= 1.21, so I'm not sure if it can be used here (since the numpy version is not pinned in the requirements.txt).