CoinCheung / DeepLab-v3-plus-cityscapes

mIOU=80.02 on cityscapes. My implementation of deeplabv3+ (also know as 'Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation' based on the dataset of cityscapes).
MIT License
174 stars 27 forks source link

errors when running the code #7

Closed pgu-nd closed 5 years ago

pgu-nd commented 5 years ago

I am trying to run the code, the following errors appear: FileNotFoundError: [Errno 2] No such file or directory: 'ninja': 'ninja', RuntimeError: Ninja is required to load C++ extensions. Any ideas to solve it will be highly appreciated. Thank you so much.

pgu-nd commented 5 years ago

My job submission script is: CUDA_VISIBLE_DEVICES=0,1,2 module load pytorch/1.1.0 python3 train.py

CoinCheung commented 5 years ago

answered in this issue: #5