You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When going over the sequence shards, some of them have missing fields. The loading being done as it's described in the example script, the code crashes with the following error message
InvalidArgumentError: Name: <unknown>, Feature list 'image/encoded' is required but could not be found. Did you mean to include it in feature_list_dense_missing_assumed_empty or feature_list_dense_defaults?
[[{{node ParseSingleSequenceExample/ParseSequenceExample/ParseSequenceExampleV2}}]]
And the faulty shards I found by iterating over the entire dataset are (the missing fields differ between the affected shards):
When going over the sequence shards, some of them have missing fields. The loading being done as it's described in the example script, the code crashes with the following error message
And the faulty shards I found by iterating over the entire dataset are (the missing fields differ between the affected shards):
The text was updated successfully, but these errors were encountered: