-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
Adding unit test for finetuning from gnn #433
Conversation
Codecov Report
@@ Coverage Diff @@
## main #433 +/- ##
=======================================
Coverage 64.74% 64.74%
=======================================
Files 89 89
Lines 8215 8215
=======================================
Hits 5319 5319
Misses 2896 2896
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great testing!
How long does it take to run the test?
It runs about 2 minutes |
@DomInvivo I reduced the runtime of the test to 61 seconds by reducing the number of epochs of finetuning from 3 to 2 5ef06f2 |
@DomInvivo it now runs in <10 seconds after setting |
@DomInvivo the new unit test covers the following additional features: