NetDissect-Lite icon indicating copy to clipboard operation
NetDissect-Lite copied to clipboard

Different Layers, Same results

Open rahimentezari opened this issue 4 years ago • 1 comments

I trained a VGG-16 for CIFAR10, 32x32 pixels. When I run netdissect for different Conv layers, e.g. conv1 and conv13, I got the same results. Should it be like this? I got the same results for both : (['grass', 'sky', 'zigzagged', 'striped', 'chequered', 'banded', 'waffled', 'freckled', 'red-c', 'blue-c'], [1, 1, 19, 14, 14, 10, 1, 1, 1, 1], [('object', 2), ('scene', 0), ('part', 0), ('material', 0), ('texture', 6), ('color', 2)], 100, 12, True, 'result/pytorch_vgg16_cifar10/html/image/conv1-bargraph.svg')

rahimentezari avatar Apr 16 '20 14:04 rahimentezari

Hello friend, did you sloved this problem? I'm having the same problem now.

By the way, I saw you made a Broden dataset with CIFAR-10, does it have semantic segmentation like the original Broden?

Thank you for answering.

cyizhuo avatar May 19 '20 13:05 cyizhuo