Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

utils.errors.MetricPatternError: Can not locate provided metric pattern. #4

@Harold-Zhang

Description

@Harold-Zhang

The command
python benchmark_driver.py --task-name resnet50_cifar10_symbolic --num-gpus 1,

The result
INFO:root:Executing Command: python image_classification/image_classification.py --model resnet50_v1 --dataset cifar10 --mode symbolic --gpus 1 --epochs 20 --log-interval 50 --kvstore device Traceback (most recent call last): File "benchmark_driver.py", line 59, in <module> framework=args.framework File "/root/benchmark/utils/metrics_manager.py", line 150, in benchmark result.parse_log() File "/root/benchmark/utils/metrics_manager.py", line 86, in parse_log raise utils.errors.MetricPatternError("Can not locate provided metric pattern.") _utils.errors.MetricPatternError: Can not locate provided metric pattern._
I used my own device rather than AWS. What's the reason for this problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions