Skip to content

Commit

Permalink
Fix Yogi import (#875) on r0.7 branch (#922)
Browse files Browse the repository at this point in the history
* Fix Yogi import (#875)


(cherry picked from commit 0a23fd2)

* Increment minor
  • Loading branch information
seanpmorgan authored and gabrieldemarmiesse committed Jan 23, 2020
1 parent 1bbe67f commit 1af9290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tensorflow_addons/optimizers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@
from tensorflow_addons.optimizers.weight_decay_optimizers import SGDW
from tensorflow_addons.optimizers.weight_decay_optimizers import (
extend_with_decoupled_weight_decay)
from tensorflow_addons.optimizers.yogi import Yogi
2 changes: 1 addition & 1 deletion tensorflow_addons/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = '0'
_MINOR_VERSION = '7'
_PATCH_VERSION = '0'
_PATCH_VERSION = '1'

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

0 comments on commit 1af9290

Please sign in to comment.