Skip to content

Commit

Permalink
Update cache files [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-dev-bot committed Aug 7, 2024
1 parent b8c9406 commit 8847d1b
Show file tree
Hide file tree
Showing 238 changed files with 15,120 additions and 66,805 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,9 @@ def forward(self, input):
"""
return torch.nn.functional.batch_norm(
input,
(
self.running_mean
if not self.training or self.track_running_stats
else None
),
self.running_mean
if not self.training or self.track_running_stats
else None,
self.running_var if not self.training or self.track_running_stats else None,
self.weight,
self.bias,
Expand Down

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

Loading

0 comments on commit 8847d1b

Please sign in to comment.