CSAILVision / CSAILVision/NetDissect-Lite
Different Layers, Same results
Open
- Dominant language
- Python
- Stars
- 221
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
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')
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.