2020年Datawhale、伯禹教育、和鲸社区合作组织的14天《动手学深度学习》pytorch版课程代码
课程地址:https://www.boyuai.com/elites/course/cZu18YmweLv10OeV
项目中上传了代码中用到的一些相关数据集和d2l包,方便大家下载
Star⭐ me if you find useful🤣
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/