Skip to content

Commit

Permalink
nn.SiLU() citation correction (ultralytics#1713)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Jan 7, 2021
1 parent dd9ce59 commit 5eee351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/activations.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import torch.nn.functional as F


# SiLU https://arxiv.org/pdf/1905.02244.pdf ----------------------------------------------------------------------------
# SiLU https://arxiv.org/pdf/1606.08415.pdf ----------------------------------------------------------------------------
class SiLU(nn.Module): # export-friendly version of nn.SiLU()
@staticmethod
def forward(x):
Expand Down

0 comments on commit 5eee351

Please sign in to comment.