Skip to content

Commit

Permalink
tfds download_and_prepare: log config being used.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 238082394
  • Loading branch information
pierrot0 authored and copybara-github committed Mar 12, 2019
1 parent 3294cad commit e269bc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow_datasets/scripts/download_and_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def main(_):
raise ValueError(
"--builder_config_id can only be used with datasets with configs")
config = builder.BUILDER_CONFIGS[FLAGS.builder_config_id]
logging.info("Running download_and_prepare for config: %s", config.name)
builder_for_config = tfds.builder(
builder.name, data_dir=FLAGS.data_dir, config=config)
download_and_prepare(builder_for_config)
Expand Down

0 comments on commit e269bc8

Please sign in to comment.