-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Tree-LSTM implementation for ChainerX #7720
Conversation
Can this be reviewed? |
Some parts in this PR is overlapping with #7783. I'll merge this PR after that. |
Jenkins, test this please |
Jenkins CI test (for commit fa8a90c, target branch master) failed with status FAILURE. |
Jenkins, test this please |
Jenkins CI test (for commit 4a7fd65, target branch master) failed with status FAILURE. |
Please resolve conflict. |
Thanks! Jenkins, test this please There's a docs error in Travis CI. Please fix it. |
Jenkins CI test (for commit 182db2f, target branch master) failed with status FAILURE. |
Additionally to the Travis error, Jenkins reports a clang-tidy error:
|
Array i_ = Sigmoid(i); | ||
Array o_ = Sigmoid(o); | ||
std::vector<Array> fs_s{}; | ||
for (const auto & f : fs) { |
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 clang-format should complain about this space (auto &
).
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.
Done
travis-ci is showing exceeded time-limit error |
Reran the test. |
Jenkins CI test (for commit 8c6abe6, target branch master) failed with status FAILURE. |
Jenkins test this please |
Jenkins CI test (for commit cf963c2, target branch master) succeeded! |
This depends on #7881