kaggle的kernel-only比赛中出现Your Notebook cannot use internet access in this competition解决方案

报错如下:

kaggle的kernel-only比赛中出现Your Notebook cannot use internet access in this competition解决方案_第1张图片

这类比赛的规定就是:

你如果想提交文件,那么这个submission的生成不能依赖于Internet

所以在kernel-only比赛中,你的notebook不能使用internet,否则就不能提交.

 

所以解决方案就是:
关闭internet

kaggle的kernel-only比赛中出现Your Notebook cannot use internet access in this competition解决方案_第2张图片

重新生成submission.csv文件

然后commit

------------------------------------------------------------------------------

如果想直接上传别人的notebook中的结果,只能通过自定义数据集.

------------------------------------------------------------------------------

另外,如果提交submission失败,也会计入次数,如下:

kaggle的kernel-only比赛中出现Your Notebook cannot use internet access in this competition解决方案_第3张图片

 

kaggle的kernel-only比赛中出现Your Notebook cannot use internet access in this competition解决方案_第4张图片

你可能感兴趣的:(kaggle的kernel-only比赛中出现Your Notebook cannot use internet access in this competition解决方案)