-
Notifications
You must be signed in to change notification settings - Fork 1.6k
remove graph api #818
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
remove graph api #818
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
|
@zsdonghao I have edited your post. I will merge this PR once we have a unittest to highlight the issue. |
Member
Author
|
@DEKHTIARJonathan I already add the unitest in this PR. |
Member
Author
|
@DEKHTIARJonathan I have no idea why the style test will fail .. |
Member
…ayer into remove-graph # Conflicts: # tensorlayer/models/mobilenetv1.py # tensorlayer/models/squeezenetv1.py # tensorlayer/models/vgg16.py # tensorlayer/models/vgg19.py # tests/test_timeout.py
This reverts commit 03fe83e.
luomai
pushed a commit
that referenced
this pull request
Nov 21, 2018
* remove graph api * changelog * timeout test * codacy * remove graph in tl.models * increase timeout time * remove tl in tests * Additional Cleaning * Timeout time added * tests directory refactored * Tests Fix Update python, 2.6 * YAPF Cleaning * get_env fix * Python 2 fix applied * Python 2 Error fixes * TL 1.10.1rc0 released * Doc and YAPF Fix * Test YAPF Fix * RTD Lazy Import Fix * Travis config restored * Revert "Travis config restored" This reverts commit 03fe83e.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation and Context