Skip to content

Fix issues for packing #186

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

Merged
merged 9 commits into from
Aug 5, 2019
Merged

Fix issues for packing #186

merged 9 commits into from
Aug 5, 2019

Conversation

TomNong
Copy link
Collaborator

@TomNong TomNong commented Aug 4, 2019

  1. Toggle off exceeded deprecation warnings.
  2. Modify limitation on dependencies versions.
  3. Transform code style to use distribution from tensorflow_probability.
  4. Polish code.

@@ -30,14 +30,15 @@
'pyyaml',
'requests',
'funcsigs>=1.0.2',
'packaging'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why packaging is needed? Where is it used?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is used for detecting the TF version, since the toggling warning code itself causes deprecation warning in TF==1.14.0, to support the compatibility I added it to handle TF==1.14.0 case.

@ZhitingHu ZhitingHu merged commit 361fcdc into asyml:master Aug 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants