Ben
Results
2
comments of
Ben
I've been having the same problem. It seems to be happening during the reset() call, except when it's called immediately on receipt of the token. Initially I was verifying the...
Same issue here. The problem seems to be the call to `np.mean(logs[metric], axis=None)` inside the `format_metrics` function. When you're training 100 batches per second that log gets big fast.