Skip to content

Instantly share code, notes, and snippets.

View brianspiering's full-sized avatar

Brian Spiering brianspiering

  • San Francisco, CA, USA
View GitHub Profile
@brianspiering
brianspiering / setup_env_py_3.8_tf.md
Last active August 17, 2021 17:30 — forked from Gclabbe/readme_conda_py3.8_tf.md
Setup for 4thBrain Anaconda Tensorflow CPU / GPU

How to setup Python 3.8 with TensorFlow

  • Create conda environment:
$ conda create --name 4thBrain python=3.8
$ conda activate 4thBrain    
  • pandas (will install numpy)