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
Hello, I failed to install the neural_renderer via pip install.
It still didn't work after I checkout the 'at_assert_fix.py' branch.
There log shows tons of warnings and errors. To make it less crowded here, I list the last few lines of errors here.
...
C:/Anaconda3/lib/site-packages/torch/include\c10/util/flat_hash_map.h(1380): error C3203: 'templated_iterator': unspecia
lized class template can't be used as a template argument for template parameter '_Ty1', expected a real type
C:/Anaconda3/lib/site-packages/torch/include\c10/util/flat_hash_map.h(1438): note: see reference to class template insta
ntiation 'ska::flat_hash_map<K,V,H,E,A>' being compiled
C:/Anaconda3/lib/site-packages/torch/include\c10/util/flat_hash_map.h(1384): error C3203: 'templated_iterator': unspecia
lized class template can't be used as a template argument for template parameter '_Ty1', expected a real type
C:/Anaconda3/lib/site-packages/torch/include\c10/util/flat_hash_map.h(1392): error C3203: 'templated_iterator': unspecia
lized class template can't be used as a template argument for template parameter '_Ty1', expected a real type
C:/Anaconda3/lib/site-packages/torch/include\c10/util/flat_hash_map.h(1474): error C3203: 'templated_iterator': unspecia
lized class template can't be used as a template argument for template parameter '_Ty1', expected a real type
C:/Anaconda3/lib/site-packages/torch/include\c10/util/flat_hash_map.h(1511): note: see reference to class template insta
ntiation 'ska::flat_hash_set<T,H,E,A>' being compiled
C:/Anaconda3/lib/site-packages/torch/include\c10/util/flat_hash_map.h(1479): error C3203: 'templated_iterator': unspecia
lized class template can't be used as a template argument for template parameter '_Ty1', expected a real type
C:/Anaconda3/lib/site-packages/torch/include\c10/util/flat_hash_map.h(1483): error C3203: 'templated_iterator': unspecia
lized class template can't be used as a template argument for template parameter '_Ty1', expected a real type
C:/Anaconda3/lib/site-packages/torch/include\c10/util/flat_hash_map.h(1487): error C3203: 'templated_iterator': unspecia
lized class template can't be used as a template argument for template parameter '_Ty1', expected a real type
C:/Anaconda3/lib/site-packages/torch/include\c10/util/flat_hash_map.h(1491): error C3203: 'templated_iterator': unspecia
lized class template can't be used as a template argument for template parameter '_Ty1', expected a real type
error: command 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.2\bin\nvcc.exe' failed with exit status 2
My env:
windows10, python3.7, pytorch 1.3
Thanks.
The text was updated successfully, but these errors were encountered:
Hello, I failed to install the neural_renderer via pip install.
It still didn't work after I checkout the 'at_assert_fix.py' branch.
There log shows tons of warnings and errors. To make it less crowded here, I list the last few lines of errors here.
My env:
windows10, python3.7, pytorch 1.3
Thanks.
The text was updated successfully, but these errors were encountered: