Commit 73810cd3 authored by Kaushik Shivakumar's avatar Kaushik Shivakumar
Browse files

fix mess

parent 9c7b5785
...@@ -313,8 +313,6 @@ class Ava(object): ...@@ -313,8 +313,6 @@ class Ava(object):
feature_list_feature(total_is_annotated) #all ones feature_list_feature(total_is_annotated) #all ones
} }
assert len(total_xmins) == seconds_per_sequence
if len(total_xmins) > 0: if len(total_xmins) > 0:
yield tf.train.SequenceExample( yield tf.train.SequenceExample(
context=tf.train.Features(feature=context_feature_dict), context=tf.train.Features(feature=context_feature_dict),
......
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