GradCam¶
- class torch_ecg.models.GradCam(model: torch.nn.modules.module.Module, feature_module: torch.nn.modules.module.Module, target_layer_names: Sequence[str], target_channel_last: bool = False, device: str = 'cpu')[source]¶
Bases:
object
NOT finished,