TheSoundOfAIOSR / rg_sound_generation

Research Group - Sound Generation
MIT License
6 stars 9 forks source link

Adding Embedding Parameters to localconfig.py #18

Closed sburtch closed 3 years ago

sburtch commented 3 years ago

Adding 3 parameters to align with the changes to model.py: use_embeddings, pitch_emb_size, velocity_emb_size. These will be off by default but can be turned on simply by setting use_embeddings == True.