galacticglum / composer

A deep learning enabled music generator module built in Python and using TensorFlow.
GNU General Public License v3.0
28 stars 6 forks source link

Abstract training loop #7

Open galacticglum opened 4 years ago

galacticglum commented 4 years ago

Currently, both the MusicRNN and Transformer models share nearly identical training loops. It would nice if we could refactor the bulk of this code into a general function.