CSAILVision / NetDissect

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

Fix typo in data set decoding and fix not joined processes in map_in_pool #16

Open firstmover opened 6 years ago

firstmover commented 6 years ago

There are two typos in pascal data set decoding and a typo in merging synonyms. Also, in map_in_pool, "else" is not reached when there is a return in "try".