You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
find the line "cxx_args = ['-std=c++11'] ", change it to cxx_args = ['-std=c++14'], in the following files
/model/networks/block_extractor/setup.py
/model/networks/local_attn_reshape/setup.py
/model/networks/resample2d_package/setup.py
works for me, and maybe reset the nvcc_args in those files, depending on your gpu device
In colab, I tried executing the '!./setup.sh' and I got the error x86_64-linux-gnu-gcc. How do I fix this? I have made no changes to the colab code.
Thanks
The text was updated successfully, but these errors were encountered: