Skip to content
Commit bc4f61a4 authored by seifferth's avatar seifferth
Browse files

Bugfix for batch multiplier initialization in training.py

The batch multiplier is implemented via a `count`, which is reset to
`self.batch_multiplier-1` every time an update occurs. It is initialized
with `0`, however, rather than `self.batch_multiplier-1`. This commit
fixes the issue and initializes `count` with `self.batch_multiplier-1`.
parent c060d08b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment