calclavia / DeepJ

A deep learning model for style-specific music generation.

Home Page:https://arxiv.org/abs/1801.00887

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why the speed of training process so slow?

JucyCherry opened this issue · comments

each my style folder only contrains 10 midi files.
it uses one hour for only 1 epoch.

Training time is slow in general because the Biaxial architecture is large. While training time is independent to the number of midi files, convergence time should be faster given less midi files

thank u!!
And will the parameter "BATCH_SIZE" affect the effect of the music finally generated?

@JucyCherry Batch size should not affect much.

thank u very much!!