Skip to content

Commit 1af9290

Browse files
seanpmorgangabrieldemarmiesse
authored andcommitted
Fix Yogi import (#875) on r0.7 branch (#922)
* Fix Yogi import (#875) (cherry picked from commit 0a23fd2) * Increment minor
1 parent 1bbe67f commit 1af9290

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tensorflow_addons/optimizers/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@
3838
from tensorflow_addons.optimizers.weight_decay_optimizers import SGDW
3939
from tensorflow_addons.optimizers.weight_decay_optimizers import (
4040
extend_with_decoupled_weight_decay)
41+
from tensorflow_addons.optimizers.yogi import Yogi

tensorflow_addons/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# We follow Semantic Versioning (https://semver.org/)
2121
_MAJOR_VERSION = '0'
2222
_MINOR_VERSION = '7'
23-
_PATCH_VERSION = '0'
23+
_PATCH_VERSION = '1'
2424

2525
# When building releases, we can update this value on the release branch to
2626
# reflect the current release candidate ('rc0', 'rc1') or, finally, the official

0 commit comments

Comments
 (0)