Update metrics
This commit is contained in:
12
configs/yaml.loss/top1-ce
Normal file
12
configs/yaml.loss/top1-ce
Normal file
@@ -0,0 +1,12 @@
|
||||
class_or_func: ComposeMetric
|
||||
module_path: xautodl.xmisc.meter_utils
|
||||
args:
|
||||
- class_or_func: Top1AccMetric
|
||||
module_path: xautodl.xmisc.meter_utils
|
||||
args: [False]
|
||||
kwargs: {}
|
||||
- class_or_func: CrossEntropyMetric
|
||||
module_path: xautodl.xmisc.meter_utils
|
||||
args: [False]
|
||||
kwargs: {}
|
||||
kwargs: {}
|
4
configs/yaml.loss/top1.acc
Normal file
4
configs/yaml.loss/top1.acc
Normal file
@@ -0,0 +1,4 @@
|
||||
class_or_func: Top1AccMetric
|
||||
module_path: xautodl.xmisc.meter_utils
|
||||
args: [False]
|
||||
kwargs: {}
|
Reference in New Issue
Block a user