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
My OS is windows 10.
I tried to run the train.py with 'python train.py --desc std-cifar10' but I got an error:
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: .....
Apparently, the error is related to shutil.rmtree(LOG_DIR). But I can't solve it.
The text was updated successfully, but these errors were encountered:
My OS is windows 10. I tried to run the train.py with 'python train.py --desc std-cifar10' but I got an error: PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: ..... Apparently, the error is related to shutil.rmtree(LOG_DIR). But I can't solve it.
I also encountered this problem. Have you solved it now?
My OS is windows 10.
I tried to run the train.py with 'python train.py --desc std-cifar10' but I got an error:
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: .....
Apparently, the error is related to shutil.rmtree(LOG_DIR). But I can't solve it.
The text was updated successfully, but these errors were encountered: