xautodl/configs/yaml.loss/top1-ce

13 lines
308 B
Plaintext
Raw Normal View History

2021-06-11 16:20:06 +02:00
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: {}