EasyDeL
EasyDeL copied to clipboard
feat: add relu_squared activation function and corresponding tests
- Introduced
relu_squaredactivation function to the ACT2FN dictionary ineasydel/infra/utils.py. - Added unit tests for
relu_squaredand existing activation functions in a new test filetests/test_activations.py. - Updated CHANGELOG to reflect the new activation function.