Global-Flow-Local-Attention
Global-Flow-Local-Attention copied to clipboard
No module named 'block_extractor_cuda'
How could I solve the problem with
from models.networks.block_extractor.block_extractor import BlockExtractor
File "/Midgard/home/sanazsab/virtual-tryon/dressing-in-order/models/networks/block_extractor/block_extractor.py", line 3, in
This is the exact program I run for setup.py, but the below error pops up.
error: command '/Midgard/home/sanazsab/miniconda3/envs/DIO/bin/x86_64-conda-linux-gnu-cc' failed with exit status 1.
How to solve, bro
I was able to solve this by changing line 8 of ./model/networks/block_extractorsetup.py
to cxx_args = ['-std=c++14']
. Similarly for the setup.py scripts of "local_attn_reshape" and "resample2d_package".
I encountered the same error, changing to c++14
does not solve the problem. Do you have other solutions, please
i meet the problem as well