Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ACT2FN to fetch ReLU activation (huggingface#16874)
- all activations should be fetched through ACT2FN - it returns ReLU as `nn.Module`, which allows attaching hooks on the activation function and prints it to stdout when `print(model)`
- Loading branch information