Skip to content

2020年Datawhale、伯禹教育、和鲸社区合作组织的14天《动手学深度学习》课程

Notifications You must be signed in to change notification settings

kiijeonghoo/14-days-DL-challenge-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

14-days-DL-challenge-pytorch💪

2020年Datawhale、伯禹教育、和鲸社区合作组织的14天《动手学深度学习》pytorch版课程代码

课程地址:https://www.boyuai.com/elites/course/cZu18YmweLv10OeV

项目中上传了代码中用到的一些相关数据集d2l包,方便大家下载

Star⭐ me if you find useful🤣

结营证书 & 优秀学习者证书🎓

从Kesci平台下载数据集

import os
cp_str = 'cp -r /home/kesci/input/nltk_data3784/nltk_data /home/kesci/work'
os.system(cp_str)
tar_str = 'tar czvf /home/kesci/work/nltk_data.tar /home/kesci/work/nltk_data'
os.system(tar_str)
print('finish')

学习内容与进度

参考资料

《动手学深度学习》中文版官网教材:http://zh.gluon.ai/

部分PyTorch代码来自GitHub开源仓库:https://github.com/ShusenTang/Dive-into-DL-PyTorch

PyTorch中文文档:https://pytorch-cn.readthedocs.io/zh/stable/

About

2020年Datawhale、伯禹教育、和鲸社区合作组织的14天《动手学深度学习》课程

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published