davidbau/dissect

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

DanWijaya opened this issue · 0 comments

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.