当前位置: 代码迷 >> 综合 >> kaggle上传数据集遇到Default slug detected, please change values before uploading
  详细解决方案

kaggle上传数据集遇到Default slug detected, please change values before uploading

热度:20   发布时间:2023-10-26 22:30:02.0

解决方法:

If you created a default config file like this:
kaggle datasets init -p mydataset
then you need to edit the file mydataset/dataset-metadata.json. In Linux this could be done as follows:
nano mydataset/dataset-metadata.json
Change the id and the title.

修改dataset-metadata.json中的ID和title参数,ID即是你的数据集名字

  相关解决方案