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
I only have a GT730 on my windows desktop computer, which causes that I can only install pytorch1.2.0 version based on python3.7, so I need to rebuild the CRG module, how can I use visual studio to rebuild it?
The text was updated successfully, but these errors were encountered:
Hi, I am sorry that I did not make a widely-compatible package. I included a vs solution in CRG/ and the script is at CRG/extractC/CRGandLP.cpp, this is not based on pytorch.
you may need to configure pybind on your VS yourself by following the official tutorial of pybind: https://pybind11.readthedocs.io/en/stable/basics.html, if you have further problems please tell me.
Also, if you have a better mac/linux computer you can also try to build it on that as well, the essential file is just that cpp.
I only have a GT730 on my windows desktop computer, which causes that I can only install pytorch1.2.0 version based on python3.7, so I need to rebuild the CRG module, how can I use visual studio to rebuild it?
The text was updated successfully, but these errors were encountered: