-
Notifications
You must be signed in to change notification settings - Fork 523
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
pt: support multitask dp test #3573
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## devel #3573 +/- ##
==========================================
- Coverage 77.50% 77.48% -0.02%
==========================================
Files 432 432
Lines 37173 37182 +9
Branches 1621 1620 -1
==========================================
Hits 28812 28812
- Misses 7493 7502 +9
Partials 868 868 ☔ View full report in Codecov by Sentry. |
I updated the code. But it reports,
|
seems that you used model trained before #3438, which does not map the newst code. |
Now it works. I'll do some more tests. |
Fix #3471