小编ped*_*her的帖子

NotMachingCheckSumError in Tensorflow_datasets

I want to build a model in tensorflow 2.0 using the 'celeb_a' dataset in Spyder (Anaconda3).

When running this code:

celeba_bldr = tfds.builder('celeb_a')
celeba_bldr.download_and_prepare()
Run Code Online (Sandbox Code Playgroud)

I get the following error:

NonMatchingChecksumError: Artifact https://drive.google.com/uc?export=download&id=0B7EVK8r0v71pZjFTYXZWM3FlRnM, downloaded to C:\Users\Home\tensorflow_datasets\downloads\ucexport_download_id_0B7EVK8r0v71pZjFTYXZWM3FlDDaXUAQO8EGH_a7VqGNLRtW52mva1LzDrb-V723OQN8.tmp.3706deb2f0c24dcfbc0d2de880c8aa70\uc, has wrong checksum.
Run Code Online (Sandbox Code Playgroud)

I have no idea how to overcome this error.

Does anybody have a solution for this error so that I can download the 'celeb_a' dataset?

spyder anaconda python-3.7 tensorflow-datasets tensorflow2.0

6
推荐指数
1
解决办法
3975
查看次数