"git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "70b6802982198a739b233a1c72a8fa9871aabec8"
Commit ba05f59d authored by ThangVu's avatar ThangVu
Browse files

Fix variable conv kernel size in mask head

parent 254077be
......@@ -49,7 +49,7 @@ class FCNMaskHead(nn.Module):
ConvModule(
in_channels,
self.conv_out_channels,
3,
self.conv_kernel_size,
padding=padding,
normalize=normalize,
bias=self.with_bias))
......
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