+ 1
How to use kaggle dataset in colab without downloading it
I am currently using kaggle kernal but because it is not possible to download trained model and motebook, now i turned to colab. Now i want to use kaggle dataset in colab. How can i use it without downloading. Please help me!
1 Antwort
0
Use the command line to download
In the cell, type
!kaggle datasets download -d [DATASET]
For more info: www.kaggle.com/docs/api