google-research / mint

Multi-modal Content Creation Model Training Infrastructure including the FACT model (AI Choreographer) implementation.
Apache License 2.0
497 stars 85 forks source link

TypeError: The `filenames` argument must contain `tf.string` elements. Got `tf.float32` elements. #35

Closed wang-zm18 closed 2 years ago

wang-zm18 commented 2 years ago

When I completed the data preprocessing and got the tfrecord file, however, when I tried to train the model, the error occurred like this. It seems to be the problem of tf.data.TFRecordDataset. Thank you in advance! image image

hzy-del commented 1 year ago

How did you solve the problem?