environment-windows.yml should not be GPU by default

main
Aurélien Geron 2019-12-14 22:36:41 +08:00
parent 0099d0ec5f
commit 8d6d2b7c19
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ dependencies:
- scikit-learn=0.22
- scipy=1.3.1
- tqdm=4.40.0
- tensorflow-gpu=2.0.0 # or tensorflow-gpu if gpu
- tensorflow=2.0.0 # or tensorflow-gpu if gpu
- tensorboard=2.0.0
- tensorflow-datasets=1.2.0
- tensorflow-estimator=2.0.0
@ -44,7 +44,7 @@ dependencies:
- pyglet==1.3.2
#- tensorflow-data-validation==0.15.0 # NOT ON WINDOWS YET
#- tensorflow-model-analysis==0.15.4 # NOT ON WINDOWS YET
- tensorflow-serving-api-gpu==2.0.0 # or tensorflow-serving-api-gpu if gpu
- tensorflow-serving-api==2.0.0 # or tensorflow-serving-api-gpu if gpu
#- tensorflow-transform==0.15.0 # NOT ON WINDOWS YET
- tf-agents==0.3.0rc0
#- tfx==0.15.0 # NOT ON WINDOWS YET