transformers
Removed the redundant SiLUActivation class.
#27136
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
2
Changes
View On
GitHub
Commits
Removed the redundant SiLUActivation class and now use nn.functional.silu directly.
hisushanta
committed
2 years ago
I apologize for adding torch.functional.silu. I have replaced it with nn.SiLU.
hisushanta
committed
2 years ago
Loading