GoogleCloudPlatform / cloudml-samples

Cloud ML Engine repo. Please visit the new Vertex AI samples repo at https://github.com/GoogleCloudPlatform/vertex-ai-samples
https://cloud.google.com/ai-platform/docs/
Apache License 2.0
1.52k stars 859 forks source link

Fix census keras sample defaults #440

Closed nnegrey closed 5 years ago

nnegrey commented 5 years ago

Tried to run and got errors with the defaults, noticed they expect n+ args. Made the defaults an array so the code runs.


This change is Reviewable