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
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?
Traceback (most recent call last):
File "C:\Projects\PyTorch-StudioGAN\src\main.py", line 192, in<module>
loader.load_worker(local_rank=rank,
File "C:\Projects\PyTorch-StudioGAN\src\loader.py", line 235, in load_worker
os.remove(join(cfgs.RUN.save_dir, "logs", run_name + ".log"))
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'results_cifar/cifar10\\logs\\CIFAR10-DCGAN-train-2023_11_07_15_36_39.log'
Thank you very much.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: