feinanshan / TDNet

Temporally Distributed Networks for Fast Video Semantic Segmentation
http://cs-people.bu.edu/pinghu/TDNet
MIT License
201 stars 45 forks source link

ninjia error #5

Closed littlestar231 closed 4 years ago

littlestar231 commented 4 years ago

Hi! I want to train your model use my own dataset. Under the environment you used: pytorch 1.1.0, python 3.7, cuda 10.0. But unfortunately, it shows the error "ninja: build stopped: subcommand failed.\n" . Do you meet the same thing? Thanks a lot for your help.

feinanshan commented 4 years ago

Hi! Can you provide more information? Like at which step this error happens and other printouts on the screen.

littlestar231 commented 4 years ago

Dear sir:      Thanks for your reply! I met the mistake with ninja(1.9.0) which is a package installed with pytorch 1.1.0. I run the code on the server at school. But unfortunately, there is wrong with it. I still have no idea after searching for some material. Do you meet the same problem? Sincerely for your help!

    Best wishes!

------------------ 原始邮件 ------------------ 发件人: "feinanshan/TDNet" <notifications@github.com>; 发送时间: 2020年7月16日(星期四) 晚上9:54 收件人: "feinanshan/TDNet"<TDNet@noreply.github.com>; 抄送: "飞虎联盟"<1160632674@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [feinanshan/TDNet] ninjia error (#5)

Hi! Can you provide more information? Like at which step this error happens and other printouts on the screen.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

feinanshan commented 4 years ago

Hi, I didn't meet the error as you mentioned. Maybe try with Anaconda to prepare the environment for running?

zhixuanli commented 4 years ago

This "ninja error" is the problem of pytorch-encoding, and I'm also using the same configuration with @feinanshan but facing the same error. Still working to solve it.

zhixuanli commented 4 years ago

Finally, I created a new Anaconda env and reinstall everything. No error now. @littlestar231