try modify swin
This commit is contained in:
parent
d3a6cfe041
commit
a14267d96c
@ -535,7 +535,7 @@ class FouriER(torch.nn.Module):
|
|||||||
layers = [2, 2, 6, 2]
|
layers = [2, 2, 6, 2]
|
||||||
embed_dims = [self.p.embed_dim, 320, 256, 128]
|
embed_dims = [self.p.embed_dim, 320, 256, 128]
|
||||||
mlp_ratios = [4, 4, 8, 12]
|
mlp_ratios = [4, 4, 8, 12]
|
||||||
num_heads = [2, 4, 8, 16]
|
num_heads = [4, 4, 4, 4]
|
||||||
downsamples = [True, True, True, True]
|
downsamples = [True, True, True, True]
|
||||||
pool_size=3
|
pool_size=3
|
||||||
act_layer=nn.GELU
|
act_layer=nn.GELU
|
||||||
|
Loading…
Reference in New Issue
Block a user