-
Notifications
You must be signed in to change notification settings - Fork 10
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 learning on cuda #201
Fix learning on cuda #201
Conversation
-added input files -adjusted parameters -saved the learning strategy as a stand alone file -not tested yet
-removed the float16 option -as this requires deeper changes -fixed pandas future warning in outputs -when df is empty
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #201 +/- ##
==========================================
+ Coverage 79.00% 80.95% +1.95%
==========================================
Files 40 40
Lines 4048 4053 +5
==========================================
+ Hits 3198 3281 +83
+ Misses 850 772 -78
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
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.
I added some comments to things which are not clear to me :)
Co-authored-by: Florian Maurer <[email protected]>
2aa152a
to
b286934
Compare
I have performed testing on cuda devices and some fixes had to be done. Also in this commit all yaml files are changed to standart yaml file type (before we had a mix of yml and yaml).