Closed jinduoxia closed 5 years ago
Warning: this issue has been inactive for 35 days and will be automatically closed on 2019-09-22 if there is no further activity.
If you are waiting for a response but haven't received one it's possible your question is somehow inappropriate. E.g. it is off topic, you didn't follow the issue submission instructions, or your question is easily answerable by reading the FAQ, dlib's official compilation instructions, dlib's API documentation, or a Google search.
Warning: this issue has been inactive for 43 days and will be automatically closed on 2019-09-22 if there is no further activity.
If you are waiting for a response but haven't received one it's possible your question is somehow inappropriate. E.g. it is off topic, you didn't follow the issue submission instructions, or your question is easily answerable by reading the FAQ, dlib's official compilation instructions, dlib's API documentation, or a Google search.
Notice: this issue has been closed because it has been inactive for 45 days. You may reopen this issue if it has been closed in error.
Hi! My environment like follows:
pip install dlib --verbose
; then it get wrong and I uninstall dlib and try 19.17 again by github and runningpython setup.py install
; it get wrong again and I try 19.12 by getting the source from<http://dlib.net/files/>
and then runningpython setup.py install
. They all have the problem as follows:when I run the code as follows:
It will get bug as follows:
I had no trouble with CUDA and Pytorch works seamlessly. I really hope for help!