-
-
Notifications
You must be signed in to change notification settings - Fork 649
update docs and docstrings for updated metrics #1239
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
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
9f7daa1
update accuracy to accumulate _num_correct in a tensor on the right d…
n2cholas a87f93d
update loss metric to accumulate _sum in a tensor on the right device
n2cholas 30b2e19
update mae metric to accumulate in a tensor on the right device
n2cholas a3e237c
update mpd metric to accumulate in a tensor on the right device
n2cholas 7100176
update mse metric to accumulate in a tensor on the right device
n2cholas 3228a0a
update top k accuracy metric to accumulate in a tensor on the right …
n2cholas 412551e
update precision and recall metrics to accumulate in tensors on the r…
n2cholas 4c4a76c
.....
n2cholas b1e6956
black formatting
n2cholas b081e92
reverted run*.sh
n2cholas a343c35
change all metrics default device to cpu except running_average
n2cholas 8548601
Update ignite/metrics/precision.py
n2cholas b84226b
remove Optional type from metric devices since default is cpu
n2cholas 685c23b
add comment explaining lack of detach in accuracy metrics
n2cholas 0b4337d
update docstrings and docs
n2cholas b2fa213
Update ignite/metrics/accumulation.py
n2cholas 90e0e9a
Update ignite/metrics/accumulation.py
n2cholas 6c1fda4
Update ignite/metrics/accumulation.py
n2cholas c510e10
Update ignite/metrics/accuracy.py
n2cholas d5d4854
Update ignite/metrics/fbeta.py
n2cholas 39515b7
Update ignite/metrics/loss.py
n2cholas 3c49871
Update ignite/metrics/metric.py
n2cholas 6de10dd
Update ignite/metrics/precision.py
n2cholas eca0bc3
Update ignite/metrics/recall.py
n2cholas ad7082e
add comment explaining lack of detach in metrics docs
n2cholas c057d52
Merge remote-tracking branch 'pytorch-ignite/metrics_impl' into metri…
n2cholas 90b5b85
support device argument for running_average
n2cholas 3481da1
update support for device argumenet for accumulation
n2cholas d340bb7
fix and improve device tests for metrics
n2cholas 4824e24
fix and improve device tests for metrics
n2cholas 1361866
fix TPU tests
n2cholas 556262b
Apply suggestions from code review
vfdev-5 489620b
Apply suggestions from code review
vfdev-5 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.