Commit 416081c3 authored by Kaushik Shivakumar's avatar Kaushik Shivakumar
Browse files

fix

parent a5621d27
......@@ -228,8 +228,6 @@ def make_sequence_example(dataset_name,
'image/timestamp': sequence_int64_feature(image_timestamps),
}
print("Source IDs", image_source_ids)
# Add optional fields.
if image_format is not None:
context_dict['image/format'] = context_bytes_feature([image_format])
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment