replaces the automated parameter counting by manual parameter counting in test_get_local_number_of_trainable_parameters. Automated parameter counting seems a bit meaningless since it literally uses the same line of code as the tested function.
General Changes
none except for the above
Breaking Changes
none
Checklist before submitting final PR
[ ] My PR is minimal and addresses one issue in isolation
[x] I have merged the latest version of the target branch into this feature branch
[x] I have reviewed my own code w.r.t. correct implementation, missing type hints, proper documentation, etc.
[ ] I have run a sample config for model training
[x] I have checked that all tests run through (python tests/tests.py)
What does this PR do?
This PR is a follow-up to #216. It
test_utils.py
test_get_local_number_of_trainable_parameters
. Automated parameter counting seems a bit meaningless since it literally uses the same line of code as the tested function.General Changes
none except for the above
Breaking Changes
none
Checklist before submitting final PR
python tests/tests.py
)