当前位置:网站首页>RuntimeError: Dataset not found or corrupted. You can use download=True to download it
RuntimeError: Dataset not found or corrupted. You can use download=True to download it
2022-06-09 06:20:00 【GodGump】
Add parameters to the call of the corresponding data set download=True that will do
For example, my error code :
train = CIFAR10(root='data', train=True, transform=Compose([ToTensor()]), download=True)
Rewrite to this
train = CIFAR10(root='data', train=True, transform=Compose([ToTensor()]), download=True)
边栏推荐
猜你喜欢

Postman 安装

error: subprocess-exited-with-error(fasttext)

全志V3s学习记录(12)RTL8723BS的使用

MT2712 Boot Flow Introduction

The national industrial level Quanzhi t3/a40i core board -com-x40i helps the intelligent power system

Testing and threading

Selection of industrial am335x core modules

Example of flow chart, sequence diagram and Gantt chart of typera

Ipop-imx6q development board qt5.7 system Mplayer migration - Cross compilation libmad-0.15.1b

懒惰计数器 Lazy Counter
随机推荐
[early spring 2022] [leetcode] 91 Decoding method
error: subprocess-exited-with-error(fasttext)
Coredns Part 1 Introduction and installation
全志平台BSP裁剪(7)rootfs裁剪--用户工具和库的裁剪 & rootfs压缩
Jdbc-dbutils
matlab如何向mat文件写入带标题的连续数据
(cobbler) partition problem and solution 2
[reprint] LCD common interface principle
The performance comparison of Quanzhi T3 (a40i) /t5 (t507) is better than that of the previous generation
DNS principles 01 introduction to DNS principles
MT2712 USB
adam 神经网络
Complex process mining technology hidden behind civilian products - an exclusive interview with chaiyatuan, founder of Rongzhi information
Allocation principle of IP address
C# 泛型约束
SSC spread spectrum
Wireshark illustrates TCP three handshakes and four waves
Bladed software windfile calculation
C# 迭代器
全志平台BSP裁剪(4)kernel裁剪--File systems & driver & 杂项裁剪