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?
Hi!
Thanks for sharing your code with us! :-)
I'm trying to train the model using
ex1_train.shwith 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?