-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fix]remove tracking of shadow var id #446
Conversation
@@ -118,7 +118,7 @@ def __init__(self, | |||
dtype=self.params.key_dtype, | |||
distribute_strategy=distribute_strategy, | |||
shape=tensor_shape.TensorShape(None)) | |||
self._track_trackable(self.ids, ids_name, overwrite=False) | |||
#self._track_trackable(self.ids, ids_name, overwrite=False) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to remove it if tests and demos runs ok.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please delete it directly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
amazon data is broken, https://github.com/tensorflow/datasets/pull/5047/files#diff-f1d0135661585ce9ff2864f0f316afbc1d88eb09fd3e9d7389bb63bb398f1603 and not yet merge
the other example worked.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's valid if movielens-1m-keras pass
b884812
to
cd4e6f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Brief Description of the PR:
Fixes # (issue)
Type of change
Checklist:
How Has This Been Tested?
If you're adding a bugfix or new feature please describe the tests that you ran to verify your changes:
*