class-activation-mapping icon indicating copy to clipboard operation
class-activation-mapping copied to clipboard

tensorflow implementation of cnn localization project by CSAIL@MIT (CVPR'16)

Results 1 class-activation-mapping issues
Sort by recently updated
recently updated
newest added

I've been following your excellent example for creating a class activation map on a similar network (VGG16-Places365). However, there is a self.logits in the model definition that is undefined (https://github.com/markdtw/class-activation-mapping/blob/e98c01e1049abbf6754131273c07f1949749b988/vgg.py#L69)...