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
when i create the envs and run the script as mentioned, i always meet the problem like the title , i have googled the problem with no satisfied answer, would you mind giving me some suggestions ?
The text was updated successfully, but these errors were encountered:
The env sets up CUDA_HOME, because pytorch uses that to find the `nvcc`
compiler (which isn't included with conda's installation of cuda, but which
is included in nvidia's standard cuda toolkits). See the following lines
https://github.com/CSAILVision/gandissect/blob/master/script/setup_env.sh#L71-L72
But the choice of CUDA_HOME might be the wrong choice for your system - you
can try editing the same file that is created by that line to change it to
point to the parent directory that contains your installation of nvcc on
your system.
On Mon, Oct 19, 2020 at 10:13 PM zhiyuan ***@***.***> wrote:
when i create the envs and run the script as mentioned, i always meet the
problem like the title , i have googled the problem with no satisfied
answer, would you mind giving me some suggestions ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#19>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2MN2D27V62CW2NQ7FVCGDSLTW4FANCNFSM4SXIKOPQ>
.
when i create the envs and run the script as mentioned, i always meet the problem like the title , i have googled the problem with no satisfied answer, would you mind giving me some suggestions ?
The text was updated successfully, but these errors were encountered: