/d2l-mindspore

《动手学深度学习》的MindSpore实现。供MindSpore学习者配合李沐老师课程使用。

Primary LanguageJupyter NotebookMIT LicenseMIT

d2l-mindspore

This is a unofficial implementation of "Dive Into Deep Learning" for MindSpore users to get start of deep learning easily. The codes are jupyter notebook on nvidia GPU based on MindSpore 1.5.

How to use

Download and Run

Clone the repository

git clone https://github.com/lvyufeng/d2l-mindspore

Install dependency libs

cd d2l-mindspore
pip install -r requirements.txt

Start jupyter lab to run

cd d2l-mindspore
jupyter lab
# use `jupyter lab --allow-root` if you use root

Watch the online courses

You can find the chinese version on Bilibili, 动手学深度学习Pytorch版. I sincerely hope you use this repository after watching the video.

Related Resources

If you need extra resources to learn MindSpore or study Deep Learning with MindSpore, please check the resources list above, or submit a issue to leave your requirements.