Enable cast operator for a NG bridge#17294
Merged
tensor-tang merged 1 commit intoPaddlePaddle:developfrom May 29, 2019
Merged
Conversation
8ba8fc2 to
062c857
Compare
48dda4e to
ef9c9f1
Compare
Contributor
Author
|
@luotao1 Could you tell me what kind of test is it: PR_CI_Document_Preview (Compile) — TeamCity build failed |
Contributor
Author
|
@luotao1 I see that the following test is not required. Can I skip it? |
Contributor
|
You can skip it. |
tensor-tang
reviewed
May 21, 2019
6e14682 to
815ac76
Compare
9c49548 to
8a42606
Compare
tensor-tang
reviewed
May 29, 2019
| from __future__ import print_function | ||
|
|
||
| import unittest | ||
| from paddle.fluid.tests.unittests.test_cast_op import TestCastOp1 |
Contributor
There was a problem hiding this comment.
why just only import the first one?
Contributor
There was a problem hiding this comment.
testcase2 and 3 involve fp16 which is not supported.
tensor-tang
approved these changes
May 29, 2019
| from __future__ import print_function | ||
|
|
||
| import unittest | ||
| from paddle.fluid.tests.unittests.test_cast_op import TestCastOp1 |
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
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.
Enable the cast operator for the nGraph bridge. BERT model uses it.