Skip to course content
Free TensorFlow/Keras course

Deep Learning Basics with TensorFlow and Keras

Setup And Runtime Notes

Course: Deep Learning Basics with TensorFlow and Keras

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_tensorflow_keras.py

The runtime check should print a small Keras model summary. 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.