HyuPete

Results 2 comments of HyuPete

I faced the same issue when using `keras==2.3.1`. After downgrading `keras` to `2.2.5`, the `val_loss` seems to be computed correctly now. I found the solution from [this relevant `keras` issue](https://github.com/keras-team/keras/issues/13389).

You may take a look at this issue #19 Hope it can help you.