Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tovacinni committed Nov 20, 2019
1 parent 1719dbb commit 3648b86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions network/gscnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,6 @@ def forward(self, inp, gts=None):
m6 = self.mod6(m5)
m7 = self.mod7(m6)

s1 = F.interpolate(self.dsn1(m1), x_size[2:],
mode='bilinear', align_corners=True)
s3 = F.interpolate(self.dsn3(m3), x_size[2:],
mode='bilinear', align_corners=True)
s4 = F.interpolate(self.dsn4(m4), x_size[2:],
Expand Down

0 comments on commit 3648b86

Please sign in to comment.