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

Replace copy_ op in Box2BoxTransform.apply_deltas #2685

Closed
wants to merge 1 commit into from

Conversation

apivovarov
Copy link
Contributor

@apivovarov apivovarov commented Mar 2, 2021

The goal of this PR is to remove dead-end branches from the graph caused by in-place operators (such as copy_). The improvement in the graph structure is needed to make it easier to use the model with 3rd party inference frameworks (e.g. TVM, ONNX, etc).

Related discussions:

@ppwwyyxx

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 2, 2021
Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ppwwyyxx has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@apivovarov
Copy link
Contributor Author

Facebook Internal - Builds & Tests - Failed
1142 passed, 45 advice, 85 warning, 1 warning_nosignal internally on Facebook.
Can anyone with Phabricator access check the details?

@ppwwyyxx
Copy link
Contributor

ppwwyyxx commented Mar 3, 2021

There were some unimportant warnings. We'll land this as is.

We'd be curious to know any progress in tvm support!

@facebook-github-bot
Copy link
Contributor

@ppwwyyxx merged this pull request in 897092d.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants