Can't find kaggle.json file in google colab

后端 未结 4 2309
不思量自难忘°
不思量自难忘° 2021-02-18 23:28

I\'m trying to download the kaggle imagenet object localization challenge data into google colab so that I can use it to train my model. Kaggle uses an API for easy and fast acc

4条回答
  •  醉酒成梦
    2021-02-18 23:36

    As the error said, you need to put kaggle.json in the right place.

    Try:

    !mv .kaggle /root/
    

    Then run your code again.

提交回复
热议问题