Adding dataset files on the google colaboratory

浪尽此生 提交于 2019-12-01 03:38:24

问题


I am trying to upload cifar data-set to google colabratory. i consists of

'batches.meta','data_batch_1','data_batch_2','data_batch_3','data_batch_4','data_batch_5','test_batch'

I would like to add upload multiple files and add them to the same place to act on them


回答1:


you could upload somewhere, after that you can download from code cell notebooks and use this shell command: wget

for ex:

!wget http://your_domain/your_file.zip

note: we use '!' for running shell command in a notebook.



来源:https://stackoverflow.com/questions/48465062/adding-dataset-files-on-the-google-colaboratory

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!