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
I have converted Lakh MIDI Dataset into NoteSequences with convert_dir_to_note_sequences successfully.
Then I tried to encode the Lakh dataset with MusicVAE, use scripts/generate_song_data_beam.py, but I always get prompt "TypeError: PTransform Create: Refusing to treat string as an iterable. (string='../notesequences_tfrecord')"
I have checked python package version carefully to ensure that it is the same as requirement.txt, but the problem remained.
The text was updated successfully, but these errors were encountered:
I have converted Lakh MIDI Dataset into NoteSequences with convert_dir_to_note_sequences successfully.
Then I tried to encode the Lakh dataset with MusicVAE, use scripts/generate_song_data_beam.py, but I always get prompt "TypeError: PTransform Create: Refusing to treat string as an iterable. (string='../notesequences_tfrecord')"
I have checked python package version carefully to ensure that it is the same as requirement.txt, but the problem remained.
The text was updated successfully, but these errors were encountered: