Skip to content

Instantly share code, notes, and snippets.

@dfbarrero
Last active March 5, 2023 12:50
Show Gist options
  • Select an option

  • Save dfbarrero/224367fb1c9ddd2c568dfb5cc0b64c48 to your computer and use it in GitHub Desktop.

Select an option

Save dfbarrero/224367fb1c9ddd2c568dfb5cc0b64c48 to your computer and use it in GitHub Desktop.
Keras + Tensorflow + GTX 3070 TI

Driver version 515.

conda create --name tf
conda activate tf
conda install -c conda-forge tensorflow=2.10 tensorflow-gpu pandas seaborn matplotlib scikit-learn jupyter
conda install -c conda-forge opencv

Interesting thread: tensorflow/tensorflow#58681

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment