Deep Learning (with PyTorch)
Deep Learning (with PyTorch) 
This notebook repository now has a companion website, where all the course material can be found in video and textual format.
这份README.md
的中文版本及网站可以在这里找到.
Getting started
To be able to follow the exercises, you are going to need a laptop with Miniconda (a minimal version of Anaconda) and several Python packages installed.The following instruction would work as is for Mac or Ubuntu Linux users, Windows users would need to install and work in the Git BASH terminal.
Download and install Miniconda
Please go to the Anaconda website.Download and install the latest Miniconda version for Python 3.7 for your operating system.
bashwget sh
Check-out the git repository with the exercise
Once Miniconda is ready, checkout the course repository and proceed with setting up the environment:
bashgit clone https://github.com/Atcold/pytorch-Deep-Learning
Create isolated Miniconda environment
Change directory (cd
) into the course folder, then type:
```bash
cd pytorch-Deep-Learning
conda env create -f environment.ymlsource activate pDL```
Start Jupyter Notebook or JupyterLab
Start from terminal as usual:
bashjupyter lab
Or, for the classic interface:
bashjupyter notebook
Notebooks visualisation
Jupyter Notebooks are used throughout these lectures for interactive data exploration and visualisation.
We use dark styles for both GitHub and Jupyter Notebook.You should try to do the same, or they will look ugly.JupyterLab has a built-in selectable dark theme, so you only need to install something if you want to use the classic notebook interface.To see the content appropriately in the classic interface install the following:
To restore the repository download the bundle
wget https://archive.org/download/github.com-Atcold-pytorch-Deep-Learning_-_2020-03-05_15-24-26/Atcold-pytorch-Deep-Learning_-_2020-03-05_15-24-26.bundle
and run:
git clone Atcold-pytorch-Deep-Learning_-_2020-03-05_15-24-26.bundle
Source:
https://github.com/Atcold/pytorch-Deep-LearningUploader:
AtcoldUpload date: 2020-03-05