Skip to content

cy-rae/deep-learning

Repository files navigation

Requirements

Setup (Conda)

Create and activate a virtual environment (recommended):

conda env create -f environment.yaml
conda activate deep-learning

This will install Python 3.10 and all required packages and dependencies to run TensorFlow 2.10 with GPU support on Windows.

Notes

  • TensorFlow 2.10 requires CUDA 11.2 and cuDNN 8.1 on Windows; other versions can lead to import/runtime errors.
  • The provided requirements.txt pins TensorFlow to < 2.11 to stay compatible with Python 3.10 and the CUDA/cuDNN versions above.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published