CSAILVision / NetDissect

Network Dissection http://netdissect.csail.mit.edu for quantifying interpretability of deep CNNs.
MIT License
447 stars 115 forks source link

VGG16 on Cifar10 #13

Open ZhuweiQin opened 6 years ago

ZhuweiQin commented 6 years ago

This framework works perfectly! I was wondering if this framework can possibly examine the VGG16 trained on the cifar10 dataset?

gauenk commented 6 years ago

Yes, this github repo can run "network dissection" on any deep learning model if the files are provided properly to the code. You will first have to get VGG16 trained on cifar10 to run the processes.

rahimentezari commented 4 years ago

@ZhuweiQin Could you use it for VGG on CIFAR10?