Helper Module for Deep Learning.
Module that provides reorganized networks to perform class activation map. Networks must have features/classifier methods for the convolutional part of the network, and the fully connected part.
-
pynet.models.cam.get_cam_network(name)[source]ΒΆ Reorganized a network to provide a features/classifier methods for the convolutional part of the network, and the fully connected part.
- Parameters
name: str
the name of the network.
- Returns
model: instance
the pretrained/reorganized model.
activation_layer_name: str
the name of the activation layer in the network.
Follow us
© 2019, pynet developers .
Inspired by AZMIND template.
Inspired by AZMIND template.