Unverified Commit 85c30cc6 authored by Kai Chen's avatar Kai Chen Committed by GitHub
Browse files

Merge pull request #349 from thangvubk/master

Fix variable conv kernel size in mask head
parents 254077be ba05f59d
......@@ -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