Open LT1st opened 10 months ago
ValueError: stat: embedded null character in path
When generating local.py, the path is not in the proper formate. It should be started with "r".
local.py
Error 2
The installation of torch is out dated.
torch
Use conda install pytorch==1.10.0 torchvision==0.11.0 torchaudio==0.10.0 cudatoolkit=10.2 -c pytorch instead.
conda install pytorch==1.10.0 torchvision==0.11.0 torchaudio==0.10.0 cudatoolkit=10.2 -c pytorch
When generating
local.py
, the path is not in the proper formate. It should be started with "r".Error 2
The installation of
torch
is out dated.Use
conda install pytorch==1.10.0 torchvision==0.11.0 torchaudio==0.10.0 cudatoolkit=10.2 -c pytorch
instead.