老师,如何在colab中解压CIFAR-10的压缩文件?
来源:6-12 keras generator读取cifar10数据集
慕尼黑0536602
2020-03-23
老师你好,
我看CIFAR-10的文件太大,所以想在colab上使用GPU训练。使用如下方法:
from google_drive_downloader import GoogleDriveDownloader
#train
GoogleDriveDownloader.download_file_from_google_drive(file_id='10Hv3P3JVTMsoq8QEbgP4ks082RfyKH92',dest_path="/content/drive/My Drive/Colaboratory/MOOC/CIFAR-10/train.7z",unzip=True)
#test
GoogleDriveDownloader.download_file_from_google_drive(file_id='1Cy9C7C2DX03IjZR9hubeTwnJ4Wshzv7h',dest_path="/content/drive/My Drive/Colaboratory/MOOC/CIFAR-10/test.7z",unzip=True)
然后我却找不到压缩后的文件夹。。
网上说是应该保存在“/content/ ”不过我查了也没有,更怪异的是,我使用了命令
!rm /content/drive/MyDrive/Colaboratory/MOOC/CIFAR-10/train.7z
!rm /content/drive/MyDrive/Colaboratory/MOOC/CIFAR-10/test.7z
结果显示:
rm: cannot remove '/content/drive/MyDrive/Colaboratory/MOOC/CIFAR-10/train.7z': No such file or directory
rm: cannot remove '/content/drive/MyDrive/Colaboratory/MOOC/CIFAR-10/test.7z': No such file or directory
1这个需要怎么处理才能成功解压并找到train/test的文件?
谢谢老师!
写回答
1回答
-
正十七
2020-03-24
这个我还真没用过。。cifar10文件并不大啊,在我们的百度网盘上也有,要不你试试在本地跑?
112020-03-24
相似问题
老师可不可以给个模型剪枝,压缩的例子?
回答 1
运行程序出错,还是没解决?
回答 1