Adding dataset files on the google colaboratory

后端 未结 1 869
北荒
北荒 2021-01-05 01:36

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_

1条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-05 02:34

    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.

    0 讨论(0)
提交回复
热议问题