ibab / tensorflow-wavenet

A TensorFlow implementation of DeepMind's WaveNet paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

为什么我的loss降到1.2345之后上涨了现在又3.6578

Yaque opened this issue · comments

commented

why?

commented

现在它又掉下去了变成0.8989

please use English since github is quite a community that each person no matter the region or language should have access to and communicate in : - )

As for your question, how do you measure your loss. Is it the loss of one batch or a set of sequences? If it is from a batch, it is normal to go from 1.2345 to 3.6578, since you are learning the distribution which allow variations. And the learned distribution is not fully converged, it is possible for some specific cases the distribtion does not fit.