Open f-amerehi opened 1 year ago
I encountered the same problem on Windows as well. Have you already found a solution to this issue?
Hi @HolyAkisy, As a temporary workaround you can comment the error line in the src/loader.py
as it's not too much important. it's just a log clearance
#if local_rank == 0:
# os.remove(join(cfgs.RUN.save_dir, "logs", run_name + ".log"))
You can also use the forked repo https://github.com/f-amerehi/PyTorch_StudioGAN
Hi @HolyAkisy, As a temporary workaround you can comment the error line in the
src/loader.py
as it's not too much important. it's just a log clearance#if local_rank == 0: # os.remove(join(cfgs.RUN.save_dir, "logs", run_name + ".log"))
You can also use the forked repo https://github.com/f-amerehi/PyTorch_StudioGAN
It's working now, thanks for your help.
Hi @mingukkang, POSTECH-CVLab team,
I'm encountering a
PermissionError
while trying to run the following command on a Windows machine withPyTorch 2.1.0
and a single NVIDIA GPU.I have already downloaded the CIFAR10 dataset and the DCGAN checkpoints. Below, you can find the error message I'm getting. how I can fix this issue?
Thank you very much.