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
On Google Drive, create a new folder and call it Kaggle. Open this folder by double-clicking on it and upload kaggle. json file. Next, open a Colab notebook and run the code below to mount the Drive onto Colab's file system.
Step 1: Visit the Kaggle website and Select the Dataset tab. Step 2: Select any Dataset and Click on the Download. Step 3: The downloaded file will be in Zip form, Unzip it. Step 4: Upload Your Dataset file or folder to Google Colab Notebook.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With