问题
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