vrenkens / nabu

Code for end-to-end ASR with neural networks, build with TensorFlow
MIT License
108 stars 43 forks source link

data overlapped in itself in tensorboard (validation loss) #50

Closed AzizCode92 closed 5 years ago

AzizCode92 commented 5 years ago

Hi Vincent, I had the same issues as you mentioned in the README.md file. Looking in the web for an answer to this, I have found that it might be related to a bug in the code (trainer.py) regarding the value of the "global_step".

Here a link for further information regarding this issue.

AzizCode92 commented 5 years ago

Also, I have downloaded the csv file from tensorboard and I have seen that the least 20-30 steps are always steps from the past.

vrenkens commented 5 years ago

Thanks!

AzizCode92 commented 5 years ago

You're welcome ;)