Skip to content

Instantly share code, notes, and snippets.

@mypapit
Created May 6, 2025 16:51
Show Gist options
  • Select an option

  • Save mypapit/f4ebef6e9ec151c3b400192a5d488186 to your computer and use it in GitHub Desktop.

Select an option

Save mypapit/f4ebef6e9ec151c3b400192a5d488186 to your computer and use it in GitHub Desktop.
#This won't work on RTX50-series
conda create --name workshop python=3.9
conda activate workshop
conda install -c conda-forge cudatoolkit=11.2 cudnn=8.1.0
pip install --upgrade pip
pip install "tensorflow<2.11" tensorflow_hub seaborn pandas matplotlib opencv-python pillow imutils pydot graphviz librosa visualkeras keract tensorflowjs numpy==1.26.4 scikit-learn=1.3.0
conda install spyder=5.5.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment