We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, there are no tests, and hence no code coverage.
We should test the algorithms (at least 1 or 2 epochs with a small fas) to check if the forward pass and parameter updates are working properly.
This can be tackled after #26 is merged.
cc: @veds12
The text was updated successfully, but these errors were encountered:
Can I work on this?
Sorry, something went wrong.
Sure. These might be helpful to start:
[1] https://www.javatpoint.com/python-unit-testing [2] https://blog.deepjyoti30.dev/tests-github-python [3] https://www.techiediaries.com/python-unit-tests-github-actions/
Riddhi2587
No branches or pull requests
Currently, there are no tests, and hence no code coverage.
We should test the algorithms (at least 1 or 2 epochs with a small fas) to check if the forward pass and parameter updates are working properly.
This can be tackled after #26 is merged.
cc: @veds12
The text was updated successfully, but these errors were encountered: