junfu1115 / DANet

Dual Attention Network for Scene Segmentation (CVPR2019)
MIT License
2.39k stars 483 forks source link

Install from Pytorch@commitfd25a2a #52

Open gaowu9595 opened 5 years ago

gaowu9595 commented 5 years ago

Hi, I followed the tutorial to install pytorch@commit fd25a2a from the source. But when I run the following command to install the third/party: git submodule update --init --recursive

Then the following error message appeared: remote: Repository not found. fatal: repository 'https://github.com/NervanaSystems/nervanagpu.git/' not found fatal: clone of 'https://github.com/NervanaSystems/nervanagpu.git' into submodule path 'third_party/nervanagpu' failed

That means the Repository has gone, and I can't install the pytorch from source. Do you know how to solve it?

emma-sjwang commented 5 years ago

17

MSC19950601 commented 5 years ago

same problems!

junfu1115 commented 5 years ago

I recommend Zhang Hang's repo to install torch and torch-encoding

MendelXu commented 5 years ago

@junfu1115 Does it mean pytorch1.0 is also ok for result reproducing? I have tried to reproduce the result with torch=0.4.1, however, the result is 78.94, which is 1 point lower than yours. Thanks a lot.

wuusn commented 5 years ago

@MendelXu same torch=0.4.1 here, got mIoU 0.7991

MendelXu commented 5 years ago

@wuusn This is really weird...Even after I change to pytorch1.0, the mIOU is only 0.795, which is still lower than yours.

lyn-rgb commented 5 years ago

@MendelXu Hi, I am reproducing the result too. I just got 0.7730 with PyTorch 1.0 on the val set. I notice that the result of the 15th category is very lower than the provided model by the author, 0.4574 vs 0.8530. I wonder what caused this, can you tell me your system envs and any special settings (Like dataset processing)? Thanks a lot.