mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-25 09:20:25 +01:00
environment-windows.yml should not be GPU by default
This commit is contained in:
@@ -27,7 +27,7 @@ dependencies:
|
|||||||
- scikit-learn=0.22
|
- scikit-learn=0.22
|
||||||
- scipy=1.3.1
|
- scipy=1.3.1
|
||||||
- tqdm=4.40.0
|
- 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
|
- tensorboard=2.0.0
|
||||||
- tensorflow-datasets=1.2.0
|
- tensorflow-datasets=1.2.0
|
||||||
- tensorflow-estimator=2.0.0
|
- tensorflow-estimator=2.0.0
|
||||||
@@ -44,7 +44,7 @@ dependencies:
|
|||||||
- pyglet==1.3.2
|
- pyglet==1.3.2
|
||||||
#- tensorflow-data-validation==0.15.0 # NOT ON WINDOWS YET
|
#- tensorflow-data-validation==0.15.0 # NOT ON WINDOWS YET
|
||||||
#- tensorflow-model-analysis==0.15.4 # 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
|
#- tensorflow-transform==0.15.0 # NOT ON WINDOWS YET
|
||||||
- tf-agents==0.3.0rc0
|
- tf-agents==0.3.0rc0
|
||||||
#- tfx==0.15.0 # NOT ON WINDOWS YET
|
#- tfx==0.15.0 # NOT ON WINDOWS YET
|
||||||
|
|||||||
Reference in New Issue
Block a user