Following [this question](https://github.com/Project-MONAI/MONAI/discussions/1657), we should include the following in our GradCAM docstring: ```python for name, _ in model.named_modules(): print(name) ```
Following this question, we should include the following in our GradCAM docstring: