Skip to content

Instantly share code, notes, and snippets.

pip install opencv-contrib-python
conda install spyder=3.3.1
@nctuphy
nctuphy / conda6
Last active February 11, 2019 16:19
import keras
import tensorflow as tf
hello = tf.constant('Hello, TensorFlow!')
sess = tf.Session()
print(sess.run(hello))
pip install --upgrade --ignore-installed tensorflow
activate tensorflow
conda create -n tensorflow python=3.7
@nctuphy
nctuphy / conda2
Last active February 11, 2019 15:53
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
@nctuphy
nctuphy / cnoda1
Created February 11, 2019 15:38
conda
conda list