lucasnfe / puct-music-emotion

14 stars 1 forks source link

Some question about inference time? #3

Open Chenfei-Kang opened 1 year ago

Chenfei-Kang commented 1 year ago

It seems that the generating speed is very slow, about 10~11 hours for generating only 1 music sample with the following parameters: --seq_len 1024 --n_bars 16 --p 0.9 --c 1 --roll_steps 50。 Is there any way to speed it up?

lucasnfe commented 1 year ago

Are you using a GPU to generate the samples? If so, it shouldn't take this long.

In my experiments, it takes about 12-20 minutes to generate a piece with 1024 tokens.