occupancy_networks
occupancy_networks copied to clipboard
undefined symbol: _ZN6caffe26detail37_typeMetaDataInstance_preallocated_32E
I constantly get this error below when I run python generate.py configs/demo.yaml on Ubuntu 18.04 anaconda3 cuda 9.0
Can anyone please help? Thanks!
(mesh_funcspace) user@user-FB-22866-One-Computer-Core-i5-46:~/occupancy_networks-master$ python generate.py configs/demo.yaml
Traceback (most recent call last):
File "generate.py", line 10, in
do you resolved the problem?@spha-code
@spha-code, @fujingling , or others - did you ever solve this issue? I am also having this error.
I had a similar error:/occupancy_networks/im2mesh/dmc/ops/_cuda_ext.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN6caffe26detail36_typeMetaDataInstance_preallocated_7E I solved it by reinstalling a matched version of torch and torch vision.