From 875b8676313fab61262dbed6e749e2651356aa51 Mon Sep 17 00:00:00 2001 From: jcjerbear Date: Sat, 17 Nov 2018 15:43:15 -0800 Subject: [PATCH] Add requirements.txt --- requirements.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..41c5c14 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,23 @@ +# tensorflow==0.11.0 + +# https://github.com/tensorflow/tensorflow/blob/v0.11.0/tensorflow/g3doc/get_started/os_setup.md +# +# Specifically, I use the following command +# +# Ubuntu/Linux 64-bit, CPU only, Python 2.7 +# $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0-cp27-none-linux_x86_64.whl +# +# Ubuntu/Linux 64-bit, GPU enabled, Python 2.7 +# Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Install from sources" below. +# $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0-cp27-none-linux_x86_64.whl +# +# Python 2 +# $ sudo pip install --upgrade $TF_BINARY_URL + +tflearn==0.2.1 +scipy==1.1.0 +h5py==2.8.0 + + + +