瀏覽代碼

nn.SiLU() citation correction (#1713)

5.0
Glenn Jocher GitHub 3 年之前
父節點
當前提交
fea9c9b80c
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      utils/activations.py

+ 1
- 1
utils/activations.py 查看文件

@@ -5,7 +5,7 @@ import torch.nn as nn
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):

Loading…
取消
儲存