Open navalnica opened 2 years ago
test_autograd_hw.py doesn't have any tests for both compute and gradient methods of PowerScalar class. Same for Exp class. Adding tests will verify that our implementation is correct.
test_autograd_hw.py
compute
gradient
PowerScalar
Exp
It still doesn't have a test yet.
test_autograd_hw.py
doesn't have any tests for bothcompute
andgradient
methods ofPowerScalar
class. Same forExp
class. Adding tests will verify that our implementation is correct.