v1.31 Fix `SGDW(momentum=0)` case
OverLordGoldDragon
released this
30 May 17:33
·
13 commits
to master
since this release
BUGFIXES:
SGDW
withmomentum=0
would bug per variable scoping issues; rewritten code is correct and should run a little faster. Files affected:optimizers_v2.py
,optimizers_225tf.py
MISC:
- Added test case for
SGDW(momentum=0)
- Added control test for
SGDW(momentum=0)
vsSGD(momentum=0)
tests/import_selection.py
->tests/backend.py
test_optimizers.py
can now run as__main__
without manually changing paths / working directories