-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Fix tests for native torch metrics #1962
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
Conversation
|
it shall be properly rebased on master or do cherry-pick... 🐰 |
1ba3dd3 to
a3147e3
Compare
|
This pull request is now in conflict... :( |
awaelchli
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.
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)
|
@cuent can you also change the target branch for this PR from master to native_torch_metrics? @awaelchli this PR is not supposed to land in master, but on a metric development branch (thus no docstrings so far). It basically fixes the tests. |
|
@cuent it is not clear to me if this is a successor of #1488 and shall be merged to master or it is just a fix for #1488 and after that the #1488 will be merged to master? |
|
@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_metricswithmasterand fixes tests for native torch metrics.