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

Description
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?