Skip to course content
Free PyTorch course

Advanced Deep Learning with PyTorch

Setup And Runtime Notes

Course: Advanced Deep Learning with PyTorch

Runtime Needed

Local Setup

From the course folder:

python3 -m venv .venv
. .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -r starter-files/requirements.txt
python starter-files/runtime_check_pytorch.py

The runtime check should print a small tensor output from a neural network. The course is not framework-QA complete until the check passes in a clean environment.

Quality Rule

Do not submit or publish a result until the limitation line is filled in. A useful result is still incomplete if the learner cannot say where it may fail.