Closed HRezaei closed 3 months ago
Log values were initialized inside the epoch loop, thus only the last epoch was considered in the output. With this fix, log values of all epochs are collected, and then, their mean value is calculated and returned.
Hey there, thanks for spotting this out!
Merging it right now :)
You're welcome! Thanks! :)
Log values were initialized inside the epoch loop, thus only the last epoch was considered in the output. With this fix, log values of all epochs are collected, and then, their mean value is calculated and returned.