"git@developer.sourcefind.cn:OpenDAS/dcnv3.git" did not exist on "6a31be8f76da915bc20fdf8d1de4d31f9e93faf8"
Commit 349fdbd9 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix new template bug

parent 29864369
......@@ -160,7 +160,7 @@ class AlphaFold(nn.Module):
del t
if(not inplace_safe):
t_pair = torch.cat(pair_embeds, dim=templ_dim)
t_pair = torch.stack(pair_embeds, dim=templ_dim)
del pair_embeds
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment