tensorflow / cloud

The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and TensorFlow code in a local environment to distributed training in the cloud.
https://github.com/tensorflow/cloud
Apache License 2.0
371 stars 84 forks source link

Fix run_models errors #352

Closed copybara-service[bot] closed 3 years ago

copybara-service[bot] commented 3 years ago

Fix run_models errors

  1. Pass validation_ds instead of validation_split to data_pipeline to solve AttributeError.
  2. Remove validation_split arg from model.fit.
  3. Update model_dirs keys.