davidbau / dissect

Code for the Proceedings of the National Academy of Sciences 2020 article, "Understanding the Role of Individual Units in a Deep Neural Network"
Other
301 stars 50 forks source link

subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1. #8

Open DanWijaya opened 3 years ago

DanWijaya commented 3 years ago

image

image

Hi I encountered this error when I am trying to run the experiment dissect_experiment.py The Cuda Driver that I am using is cuda-10.1 (cuda-10.2 in this repository). What is weird was, the first time I ran it with setting the last layer to be dissected. It was working fine.

It must have something to do with the ninja package. However, when I wanted to do the same thing with other layer. It throws these errors. Would really appreciate your help.