Closed SomshuvraBasu closed 7 months ago
test_Relu() function too big. Can be optimized to fewer lines.
Okay, will revert back with it.
Have Optimised it now by shortening the code.
LGTM.
@SomshuvraBasu Some lint errors are present in your code.
Always check if you python code is formatted correctly by running the flake8 utility. To check details of why your code is failing see this.
Wrote the Test for ReLU function