Open huvar opened 3 years ago
Related #134
The original implementation comes from original baselines, I believe. Thankfully it only seems to be for logging purposes (tracking when updates happen), and not used for actual training logic, so I think you can safely ignore it.
I am trying to understand the meaning of these variables. Looking at the non-reccurent version _updatefac seems to be the number of steps per each update. But in the recurrent version it does not (either by design or bug).
For convenience I copied the code bellow. Can anyone help?