File ".../RoseTTAFold2/network/predict.py", line 249, in predict
xyz_t[:ntmpl_i,startres:stopres,:,:] = xyz_t_i
RuntimeError: The expanded size of the tensor (24) must
match the existing size (2048) at non-singleton dimension 1.
Target sizes: [4, 24, 27, 3]. Tensor sizes: [4, 2048, 27, 3]
Perhaps it's due to the new version of pytorch ?
I've already added dim=-1 to torch.cross() in the network/util.py script.
Hello,
Recently, a new error appeared :
Perhaps it's due to the new version of pytorch ? I've already added
dim=-1
to torch.cross() in thenetwork/util.py
script.Thanks in advance