voice_activity_detection icon indicating copy to clipboard operation
voice_activity_detection copied to clipboard

Can not read tfrecords

Open AjianIronSide opened this issue 3 years ago • 0 comments

I was trying to run the train.py using the label provided in the repo, but seems could not read in the features, logs are like:

021-04-06 15:14:51.759823: W tensorflow/core/framework/op_kernel.cc:1651] OP_REQUIRES failed at example_parsing_ops.cc:240 : Invalid argument: Key: subsegment/features. Can't parse serialized Example. 2021-04-06 15:14:51.759847: W tensorflow/core/framework/op_kernel.cc:1651] OP_REQUIRES failed at example_parsing_ops.cc:240 : Invalid argument: Key: subsegment/features. Can't parse serialized Example. 2021-04-06 15:14:51.759867: W tensorflow/core/framework/op_kernel.cc:1651] OP_REQUIRES failed at example_parsing_ops.cc:240 : Invalid argument: Key: subsegment/features. Can't parse serialized Example. 2021-04-06 15:14:51.759831: W tensorflow/core/framework/op_kernel.cc:1651] OP_REQUIRES failed at example_parsing_ops.cc:240 : Invalid argument: Key: subsegment/features. Can't parse serialized Example. 2021-04-06 15:14:51.759895: W tensorflow/core/framework/op_kernel.cc:1651] OP_REQUIRES failed at example_parsing_ops.cc:240 : Invalid argument: Key: subsegment/features. Can't parse serialized Example.

Plz help. Thx

AjianIronSide avatar Apr 06 '21 07:04 AjianIronSide