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
Dear Jian Wei
I've tried to build this project in conda envs with python3.6 and pytorch1.0.0 . But encountered failure when compiling the cuda dependencies using commands "python setup.py build develop" in lib folder.
required from here
/home/yang_hao/anaconda3/envs/faster-rcnn/lib/python3.6/site-packages/torch/lib/include/c10/util/ArrayRef.h:96:93: 警告:initializing ‘c10::ArrayRef::Data’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array [-Winit-list-lifetime]
error: command '/opt/cuda/bin/nvcc' failed with exit status 1
The text was updated successfully, but these errors were encountered:
Dear Jian Wei
I've tried to build this project in conda envs with python3.6 and pytorch1.0.0 . But encountered failure when compiling the cuda dependencies using commands "python setup.py build develop" in lib folder.
Envs:
Configuration path:
Traceback:
required from here
/home/yang_hao/anaconda3/envs/faster-rcnn/lib/python3.6/site-packages/torch/lib/include/c10/util/ArrayRef.h:96:93: 警告:initializing ‘c10::ArrayRef::Data’ from ‘std::initializer_list::begin’ does not extend the lifetime of the underlying array [-Winit-list-lifetime]
error: command '/opt/cuda/bin/nvcc' failed with exit status 1
The text was updated successfully, but these errors were encountered: