-
-
Notifications
You must be signed in to change notification settings - Fork 657
Test fbeta available device #3335 #3360
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
Test fbeta available device #3335 #3360
Conversation
Co-authored-by: vfdev <[email protected]>
…o test_fbeta_available_device # Conflicts: # tests/ignite/metrics/test_fbeta.py
|
Let's also make the following check inside ignite/ignite/metrics/fbeta.py Lines 149 to 150 in 795dccb
Also let's change the default value here to None: ignite/ignite/metrics/fbeta.py Line 18 in 795dccb
If precision, recall are None and device is None then set device to cpu. OK if you do that in a follow-up PR |
vfdev-5
left a comment
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.
LGTM, we can merge as failures are unrelated to the PR
No description provided.