How to remove in-place copy_ operator from the traced model? #2678
apivovarov
started this conversation in
General
Replies: 2 comments 6 replies
-
I think this would require rewriting |
Beta Was this translation helpful? Give feedback.
5 replies
-
Hi, I'm wondering what's the status of tvm support of our model? Does the model now successfully run under tvm? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I traced the model from the tutorial (COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x)
I noticed that the resulting graph has in-place copy_ operators.
Is it possible to somehow remove/replace this
copy_
operator from the graph?Maybe jit has an option to produce a graph without in-place operators (such as copy_)?
Beta Was this translation helpful? Give feedback.
All reactions