Only Tensors created explicitly by the user (graph leaves) support the deepcopy protocol at the moment #8897
Answered
by
carmocca
morestart
asked this question in
code help: CV
-
how can i solve this problem, my net is DB, data is coco text det this is error log
|
Beta Was this translation helpful? Give feedback.
Answered by
carmocca
Aug 14, 2021
Replies: 1 comment 1 reply
-
What Lightning version are you using? The fastest way for us to be able to help you is if you can adapt this script to reproduce the behaviour you are seeing. Judging by the stacktrace, it's an error on our side. You can try fixing it by calling |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
carmocca
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What Lightning version are you using?
The fastest way for us to be able to help you is if you can adapt this script to reproduce the behaviour you are seeing.
Judging by the stacktrace, it's an error on our side.
You can try fixing it by calling
.detach()
on your logged tensors, but it'd be better if you can reproduce it and share the code