-
Notifications
You must be signed in to change notification settings - Fork 306
Add TextInput support #189
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
Conversation
|
The build fail with Ubuntu 16.04 and 18.04, likely caused by the gcc version mismatch of the binary in tensorflow. The gdb debug shows the segmentation fault happens in |
355a2fc to
54804ba
Compare
|
Removed building on Ubuntu 16.04 and 18.04 with tensorflow binaries, as it will not work. Our CI is still fully covered, as we build our binary on Ubuntu 14.04, and test on Ubuntu 16.04 and 18.04. This PR is ready for review. /cc @terrytangyuan |
|
@terrytangyuan All test finally passed 🎉 |
|
Oops seems like there's conflict from the recently merged PR. Could you resolve it? |
This PR add TextInput support, with expanded archive support. Signed-off-by: Yong Tang <[email protected]>
with the same version of gcc with tensorflow Signed-off-by: Yong Tang <[email protected]>
Signed-off-by: Yong Tang <[email protected]>
|
@terrytangyuan The PR has been rebased and all tests passed now. |
terrytangyuan
left a comment
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. Thanks!
Add TextInput support
This PR add TextInput support, with expanded archive support.
Signed-off-by: Yong Tang [email protected]