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
Whenever i try to run it on colab it shows:
File "main.py", line 40, in main
create_link(args.dataset_dir)
File "/content/drive/My Drive/cycleGAN-PyTorch/utils.py", line 37, in create_link
os.path.join(dirs[key], 'Link'))
Operation not supported: '/content/drive/My Drive/cycleGAN-PyTorch/datasets/horse2zebra/trainA' -> '/content/drive/My Drive/cycleGAN-PyTorch/datasets/horse2zebra/ltrainA/Link'
what can i do?
The text was updated successfully, but these errors were encountered:
Whenever i try to run it on colab it shows:
File "main.py", line 40, in main
create_link(args.dataset_dir)
File "/content/drive/My Drive/cycleGAN-PyTorch/utils.py", line 37, in create_link
os.path.join(dirs[key], 'Link'))
Operation not supported: '/content/drive/My Drive/cycleGAN-PyTorch/datasets/horse2zebra/trainA' -> '/content/drive/My Drive/cycleGAN-PyTorch/datasets/horse2zebra/ltrainA/Link'
what can i do?
The text was updated successfully, but these errors were encountered: