Developers helping developers. TFX-Addons is a collection of community projects to build new components, examples, libraries, and tools for TFX. The projects are organized under the auspices of the special interest group, SIG TFX-Addons. Join the group at http://goo.gle/tfx-addons-group
Apache License 2.0
125
stars
64
forks
source link
Cannot write model card when pipeline root is in GCS #261
Expected Behavior
When setting pipeline_root to the Google Cloud Storage path, I couldn't write the model card properly.
Actual Behavior
Model Card Toolkit cannot write model card files to remote storage.
Code Flow:
io_utils.write_file: https://github.com/tensorflow/model-card-toolkit/blob/74d7e6d8d3163b830711b226491ccd976a2d7018/model_card_toolkit/utils/io_utils.py#L29-L44
Steps to Reproduce the Problem
1. 1. 1.
Specifications