Created
May 6, 2025 16:51
-
-
Save mypapit/f4ebef6e9ec151c3b400192a5d488186 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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