-
Notifications
You must be signed in to change notification settings - Fork 7
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
fix nn loss, fix model selecting #123
Conversation
Thanks for update, @v1docq!
Comment last updated at 2024-03-04 15:03:43 UTC |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #123 +/- ##
==========================================
- Coverage 56.28% 56.19% -0.09%
==========================================
Files 102 102
Lines 9004 9018 +14
==========================================
Hits 5068 5068
- Misses 3936 3950 +14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
try: | ||
svd_numbers = [self._transform_one_sample(signal, svd_flag=True) for signal in data[:, 0, :]] | ||
except Exception: | ||
_ = 1 |
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.
видимо этот _ = 1
было написано для отладки?
* fix nn loss, fix model selecting * update benchmark results * refactoring raf algo * add kaggle model --------- Co-authored-by: v1docq <ir@raxeltelematics.com> Co-authored-by: technocreep <aspirantvadim@gmail.com>
No description provided.