"pcdet/git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "9157ee4436432424232624c4efc37e101dec2011"
Commit 4bfd5bf0 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Remove nonexistent parameter

parent ceb95303
......@@ -217,7 +217,6 @@ class TemplatePairStackBlock(nn.Module):
single,
chunk_size=chunk_size,
mask=single_mask,
use_memory_efficient_kernel=not use_lma,
use_lma=use_lma,
)
),
......@@ -230,7 +229,6 @@ class TemplatePairStackBlock(nn.Module):
single,
chunk_size=chunk_size,
mask=single_mask,
use_memory_efficient_kernel=not use_lma,
use_lma=use_lma,
)
),
......
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