Jichao Wang
Jichao Wang
subprocess.CalledProcessError: Command '['where', 'cl']' returned non-zero exit status 1.(Using jit)
It seems the path of your compiler is not correct. I suggest you add the environment path "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64" to PATH. Someone says typing the following commands...
Repalce "self.shape" by "self._shape" in the whole .py file.
The different confuguration of generator model (i.e. --netG) might cause the error, too. Specifically, the default config is "--netG resnet_9blocks" while you might use the unet-based generator and set "--netG...