barisgecer / OSTeC

TF implementation of our CVPR 2021 paper: OSTeC: One-Shot Texture Completion
https://openaccess.thecvf.com/content/CVPR2021/html/Gecer_OSTeC_One-Shot_Texture_Completion_CVPR_2021_paper.html
Other
188 stars 28 forks source link

tensorflow_core/include/Eigen/Core:28:12: fatal error: cuda/std/complex: No such file or directory #34

Open alicedingyueming opened 7 months ago

alicedingyueming commented 7 months ago

is anyone meet this problem? I install tensorflow 1.15.5 on Ubuntu, CUDA 11.1, cudnn 8 In file included from .conda/envs/ostecP/lib/python3.6/site-packages/tensorflow_core/include/third_party/eigen3/Eigen/Core:1, from .conda/envs/ostecP/lib/python3.6/site-packages/tensorflow_core/include/tensorflow/core/lib/strings/strcat.h:29, from .conda/envs/ostecP/lib/python3.6/site-packages/tensorflow_core/include/tensorflow/core/lib/core/errors.h:24, from ~/OSTeC/external/stylegan2/dnnlib/tflib/ops/tensorflow/core/framework/op.h:26, from external/stylegan2/dnnlib/tflib/ops/fused_bias_act.cu:9: .conda/envs/ostecP/lib/python3.6/site-packages/tensorflow_core/include/Eigen/Core:28:12: fatal error: cuda/std/complex: No such file or directory 28 | #include <cuda/std/complex> | ^~~~~~ compilation terminated.