Skip to content
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

fix bugs of recycling #687

Merged
merged 7 commits into from
May 1, 2020
Merged

fix bugs of recycling #687

merged 7 commits into from
May 1, 2020

Conversation

XJDKC
Copy link
Member

@XJDKC XJDKC commented Apr 28, 2020

In this pr, I have fixed some bugs for automatic recycling. This is due to incorrect dependency analysis when using the same tensor for multiple operations when executing programs in the order of DFS. Now, the RNN model in the examples dir can be trained in graph mode.
Besides, I also optimized the Analysis function, Debug function, and the structure of the graph.

@lgtm-com
Copy link

lgtm-com bot commented Apr 28, 2020

This pull request introduces 1 alert when merging 5e31db1 into 12efad4 - view on LGTM.com

new alerts:

  • 1 for Empty branch of conditional

@XJDKC XJDKC marked this pull request as ready for review April 28, 2020 16:38
@XJDKC XJDKC changed the title [WIP] fix bugs of recycling fix bugs of recycling Apr 28, 2020
@nudles nudles merged commit e4082c6 into apache:master May 1, 2020
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.

None yet

2 participants