vishnubob / python-midi

Python MIDI library
MIT License
1.51k stars 369 forks source link

The loss of generator is always negative. #181

Open manhongxiang opened 4 years ago

manhongxiang commented 4 years ago

It seems that it needs a minus sign. But after adding a minus sign to g_loss, it does a bad job and generate weird MIDI after 400 epochs training.

manhongxiang commented 4 years ago

g_loss becomes very low (about 0.003) in less than 10 epochs, then it slowly reduces to 0.001. Maybe generator learned very little thing, so it generates weird MIDI.