nv-tlabs / GSCNN

Gated-Shape CNN for Semantic Segmentation (ICCV 2019)
https://nv-tlabs.github.io/GSCNN/
Other
916 stars 200 forks source link

ninja:build stopped:subcommand failed. #49

Open Andy-zhujunwen opened 4 years ago

Andy-zhujunwen commented 4 years ago

when i run python train.py there is a problem:ninja:build stopped:subcommand failed.
Why this problem happend?and how to fix it?

DinghaoXi commented 4 years ago

Have you solved it? I am stuck here too.

YBIO commented 4 years ago

I am stuck here too. Does anyone know how to solve it after such a while, please?

YBIO commented 4 years ago

I am stuck here too. Does anyone know how to solve it after such a while, please?

Maybe the reason is that the ninja version does not match torch version, use "conda update ninja" or use lower torch version might be helpful.

mdt48 commented 4 years ago

Just wondering if this has been solved