From 488453ee27be7338341713ad41752468992d7534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=96=8C?= Date: Sun, 25 Nov 2018 16:52:50 +0800 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a4f3d5..97dd583 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ Code for CVPR 2018 Paper ["HashGAN: Deep Learning to Hash with Pair Conditional - Python3, NumPy, TensorFlow-gpu, SciPy, Matplotlib, OpenCV, easydict, yacs, tqdm - A recent NVIDIA GPU -We provide a `environment.yaml` for you and you can simplely use `conda env create -f environment.yml` to create the environment +We provide a `environment.yaml` for you and you can simplely use `conda env create -f environment.yml` to create the environment. +Or you can create the environment from scratch: ```bash conda create --no-default-packages -n HashGAN python=3.6 && source activate HashGAN conda install -y numpy scipy matplotlib tensorflow-gpu opencv