Skip to content

Commit 4c60331

Browse files
jmarinturjmarinsvekars
authored
Remove line overwriting output (#2839)
Co-authored-by: jmarin <javier.marin@satellogic.com> Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
1 parent 2dc81e5 commit 4c60331

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

intermediate_source/per_sample_grads.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def forward(self, x):
4242
x = F.relu(x)
4343
x = self.fc2(x)
4444
output = F.log_softmax(x, dim=1)
45-
output = x
4645
return output
4746

4847
def loss_fn(predictions, targets):

0 commit comments

Comments
 (0)