I am unable to download ANY tfds dataset.
In windows 10 pro, VScode, python 3.8.8 (also 3.7), TF 2.4.1 (also 2.3 and 2.1)
I get this error:
Failed to rename: d:/data/tensorflow/mnist\1.0.0.incomplete7247AV to: d:/data/tensorflow/mnist\1.0.0 : Access is denied.
From this line of code:
(ds_train, ds_test), ds_info = tfds.load( “mnist”, split=[“train”, “test”], shuffle_files=True, data_dir=‘d:/data/tensorflow/’, as_supervised=True,
with_info=True,)
Full permissions are assigned to Everyone. Notice how the slashes change from ‘/’ to ''. Is there anyone using Windows that is successfully downloading the tfds datasets?