Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
FMVPMac authored and FMVPMac committed Jul 13, 2023
1 parent 37f2b08 commit 78985d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networks/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def forward(self, x):
# features4_pool = [self.Maxpool(features4[i]) for i in range(slices_num)]
x5 = self.Maxpool(res_encoder4)

res_encoder5 = self.encoder5(x5) # 最后一次无池化 torch.Size([8, 1024, 16, 16])
res_encoder5 = self.encoder5(x5) # torch.Size([8, 1024, 16, 16])

# deocer and contact

Expand Down

0 comments on commit 78985d3

Please sign in to comment.