PaddleGAN icon indicating copy to clipboard operation
PaddleGAN copied to clipboard

Failed to build DAIN

Open iBobbyTS opened this issue 4 years ago • 1 comments

When I'm trying to build DAIN with PaddleGAN/applications/DAIN/pwcnet/correlation_op/make.sh, I get this: /opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/include /opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/libs cc: error trying to exec 'cc1plus': execvp: No such file or directory g++: error: correlation_op.cu.o: No such file or directory

I run this sh right after I cloned PaddleGAN, is there anything else I need to do before that?

iBobbyTS avatar Sep 09 '20 05:09 iBobbyTS

correlation api has been added to Paddle, you can use https://paddlegan.bj.bcebos.com/whls/paddlepaddle_gpu-0.0.0-cp37-cp37m-linux_x86_64.whl this whl for python3.7.

paddle.fluid.contrib.correlation

LielinJiang avatar Sep 10 '20 02:09 LielinJiang