1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-18 03:30:19 +01:00

Merge pull request #38 from NervanaSystems/nec_lstm

update nec and value optimization agents to work with recurrent middleware
This commit is contained in:
Zach Dwiel
2018-01-08 14:01:34 -05:00
committed by GitHub
12 changed files with 138 additions and 72 deletions

View File

@@ -43,8 +43,8 @@ GET_PREFERENCES_MANUALLY=1
INSTALL_COACH=0
INSTALL_DASHBOARD=0
INSTALL_GYM=0
INSTALL_VIRTUAL_ENVIRONMENT=1
INSTALL_NEON=0
INSTALL_VIRTUAL_ENVIRONMENT=1
# Get user preferences
TEMP=`getopt -o cpgvrmeNndh \
@@ -202,4 +202,3 @@ else
# GPU supported TensorFlow
pip3 install tensorflow-gpu
fi