arthurdouillard / CVPR2021_PLOP

Official code of CVPR 2021's PLOP: Learning without Forgetting for Continual Semantic Segmentation
https://arxiv.org/abs/2011.11390
MIT License
140 stars 23 forks source link

About apex=0.1 #28

Closed congwei45 closed 2 years ago

congwei45 commented 2 years ago

I config the same pytorch, torchvision and cuda version with you, however, I can not install apex=0.1. Can you tell you how to install it in detail? Thank you!

arthurdouillard commented 2 years ago

Hello, thank for your interest in our work :)

I have written this in the readme:

conda install -y pytorch torchvision cudatoolkit=10.2 -c pytorch
cd apex
pip3 install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./

Have you tried that? If it doesn't work, can you provide the error message?

congwei45 commented 2 years ago

image

arthurdouillard commented 2 years ago

I cannot tell you anything given that. Give the full logs output as written in the error message.

arthurdouillard commented 2 years ago

If you found your error @congwei45, can you please tell me so I can help better future users?

yesokyin commented 1 year ago

I config the same pytorch, torchvision and cuda version with you, however, I can not install apex=0.1. Can you tell you how to install it in detail? Thank you!

It is possible that the server version is relatively high.