-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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 tests for native torch metrics #1962
Fix tests for native torch metrics #1962
Conversation
it shall be properly rebased on master or do cherry-pick... 🐰 |
1ba3dd3
to
a3147e3
Compare
This pull request is now in conflict... :( |
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.
There is no description in the PR. Also, there are binary files in the commit.
If this is adding new tests, change the title accordingly.
(I was requested for review)
@Borda As @justusschock said is still a wip for master. It is missing some docs and it seems that some tests as well. So I opened the pull request in way that it will match master:native_torch_metrics. @justusschock Yeah I can write the test. :) |
so |
8ff7eb4
to
c6bffa8
Compare
just in case the state before rebase is here - https://github.com/PyTorchLightning/pytorch-lightning/tree/cuent/native_torch_metrics |
b83aaa4
to
e1402f2
Compare
Hello @cuent! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-06-05 10:56:22 UTC |
eac982a
to
6698e7e
Compare
This pull request is now in conflict... :( |
cb0d5e0
to
94593ed
Compare
Before submitting
What does this PR do?
It aligns
native_torch_metrics
withmaster
and fixes tests for native torch metrics.