peterjc123/pytorch-scripts

The system couldn't find the path specified

MaxiHuHe04 opened this issue · 0 comments

When I run the cuda9.bat, the script clones successfully, copies a file but then produces an The system couldn't find the path specified error.

The Problem:
clone.bat clones PyTorch and changes the directory to pytorch but then cuda9 calls internal\check_deps.bat, which isn't available in the pytorch directory.

So my suggestion:

IF NOT EXIST "setup.py" IF NOT EXIST "pytorch" (
    call internal\clone.bat
    cd ..
    IF ERRORLEVEL 1 goto eof
)

in cuda9.bat, cuda8.bat and cpu.bat