This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Changes to mxnet.metric #18083
Merged
Merged
Changes to mxnet.metric #18083
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
f07d35e
finish 5 changes
575f23b
move metric.py to gluon, replace mx.metric with mx.gluon.metric in py…
acphile 8992995
fix importError
acphile 1b8f521
replace mx.metric with mx.gluon.metric in tests/python
acphile 2ff2e38
remove global support
acphile c06f363
remove macro support
acphile 6beba21
rewrite BinaryAccuracy
acphile b1fc42b
extend F1 to multiclass/multilabel
acphile 4b091b0
add tests for new F1, remove global tests
acphile 1dfe0e0
use mxnet.numpy instead of numpy
acphile 083e85b
Merge remote-tracking branch 'upstream/master'
acphile 59d98b3
fix sanity
acphile 40e87e3
rewrite ce and ppl, improve some details
acphile 5e153e1
use mxnet.numpy.float64
acphile bf68c6d
remove sklearn
acphile 56b846e
remove reset_local() and get_global in other files
acphile 8a437e9
fix test_mlp
acphile b7c2b3b
replace mx.metric with mx.gluon.metric in example
acphile ec615a5
fix context difference
acphile c4a3b67
Disable -DUSE_TVM_OP on GPU builds
leezu 0456416
Fix disable tvm op for gpu runs
leezu 2a80a0a
resolve conflicts
acphile 8163fbb
use label.ctx in metric.py; remove gluoncv dependency in test_cvnets
acphile d53e6ef
fix sanity
acphile 3adfa5e
Merge branch 'master' into master
leezu a2b0ffe
fix importError
acphile ef3058a
remove nose
acphile 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 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 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
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.
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.
Please don't hardcode
master
in the URL here. The repository may change and will then break the CI. Instead, use the commit ID:https://raw.githubusercontent.com/dmlc/web-data/221ce5b7c6d5b0777a1e3471f7f03ff98da90a0a/gluoncv/models