Fast.ai v3 2019课程Notebook Kaggle Kernel 中文版

此中文版本隶属fast.ai v3 2019 中文笔记,学习借鉴了 @init_27 @wdhorton 的kernel并尽可能保持与课程github版本Nb同步更新。

注:目前所有kernels都由@Daniel (深度碎片)维护更新。如果希望参与贡献kernels, 可回复 @Daniel

常见问题:

摘译自 @init_27FAQ,但提供的解答略有不同

1. learn.save 报错

通常是由于 ../input/ 无法改写导致。简单方案:`learn.save(’/kaggle/working/’)

2. 找不到我的输出文件

确保learn.save('/kaggle/working/')后,顺利完成commit`,即可见

3. 如何上传自己的数据

前往datasets,上传,在kernel中搜索调用即可

4. HTTP or Connection Errors 报错

确保kernel的internet connect是开启状态

5. Bus errors

.databunch(bs=bs,num_workers=0) 确保num_workers=0即可

第零课:如何使用Jupyter Notebook
第一课:你的宠物
第二课:创建你的数据集和分类器
第二课:梯度下降SGD
第三课:Camvid tiramisu 简化版
第三课:Camvid 图片隔离
第三课:图片回归BIWI数据集
第三课:IMDb影评数据集 @kachun1017 创建并维护
超快commit,详细解说版
第六课:重返宠物识别

9 Likes

nice!

Hi Daniel, I also want to contribute to this project. How may I help?

Thanks!

You can do it in two ways:

  • if you want to improve on my existing kernels, then tell me your Kaggle username and which kernel you want to help, i will add you to be my collaborator, then you can help improve on the existing kernel in Chinese
  • if you want to add your own kernel translation, you can do it on your own and pass me the link to your kernel, and I will link them above.

If you have other thoughts or suggestions, just let me know.

1 Like

Hi, I have translated the IMDB notebook. Feel free to add it on the top. Thank you so much Daniel.
I will also update it on tomorrow.

fastai lesson3 imdb

1 Like

@kachun1017 Thanks for your contribution! It is added above.

你好我想问一下有fastai的交流群么

同问,但是似乎没有

请问有第四和第五课的总结吗