CSAILVision / NetDissect

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

'none' is not interpreted as None #8

Closed mlosch closed 7 years ago

mlosch commented 7 years ago

In rundissect_pytorch.sh the predefined string for WEIGHTS is set to none which in turn is not interpreted as None by the argument parser. This results in an error on loading the network weights.

zhoubolei commented 7 years ago

fixed.