gpt4 book ai didi

python - 使用 torchvision 下载 celebA 数据集时出错

转载 作者:行者123 更新时间:2023-12-05 04:36:02 28 4
gpt4 key购买 nike

使用 torchvision 模块数据集,我无法下载 celebA 图像数据集。我很确定我做的一切都是正确的。

dataset = datasets.CelebA(
root='../datasets/celebA/train_images',
split='train',
target_type='identity',
transform=transforms.Compose([transforms.ToTensor()]),
download=True)

错误:

BadZipFile: File is not a zip file

最佳答案

这是一个已知问题,已在 #1920 中报告过, 它似乎已在 #4109 中修复但该提交尚未包含在稳定版本中。

与此同时,您可以执行以下操作:

  • 查看datasets.CelebA的源代码,搜索 file_list 并记下其中的文件。
  • here 下载这些文件,并将文件复制到名为 celeba
  • 的新目录中
  • img_align_celeba.zip解压到同一目录

最后使用 download=False 调用 datasets.CelebA()

关于python - 使用 torchvision 下载 celebA 数据集时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70896841/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com