You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Thanks for sharing your code with us! :-)
I'm trying to train the model using ex1_train.sh with the ModelNet40.
After a long time of training the script quit with the following error:
.../ptlk/pointlk.py", line 58, in do_forward
a0[:, 0:3, 3] = p0_m
RuntimeError: unsupported operation: more than one element of the written-to tensor refers to a single memory location. Please clone() the tensor before performing the operation.
Can you help me find out what's going wrong here?
The text was updated successfully, but these errors were encountered:
Jaykob
changed the title
RuntimeError tensorflow related
RuntimeError torch related
Jan 29, 2020
Hi!
Thanks for sharing your code with us! :-)
I'm trying to train the model using
ex1_train.sh
with the ModelNet40.After a long time of training the script quit with the following error:
Can you help me find out what's going wrong here?
The text was updated successfully, but these errors were encountered: