Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jfzhang95 committed Dec 1, 2018
1 parent 69afb55 commit 53efec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modeling/backbone/xception.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def forward(self, x):
x = self.relu(x)

x = self.block1(x)
low_level_feat = self.relu(x)
low_level_feat = x
x = self.block2(x)
x = self.block3(x)

Expand Down

0 comments on commit 53efec6

Please sign in to comment.