AI-ON / Few-Shot-Music-Generation

160 stars 32 forks source link

Changes to Metadata class #9

Closed sagelywizard closed 6 years ago

sagelywizard commented 6 years ago

This PR makes two changes to the Metadata class:

  1. It changes the metadata filename from few_shot_metadata_few_shot_metadata_<etc> to few_shot_metadata_<etc>.
  2. It fixes a bug where the metadata object wouldn't read word_ids.csv unless it was in the local directory. This wouldn't be a problem if you preprocessed the entire dataset in one shot and you didn't care that highest_word_id was set correctly.