huawei-noah / vega

AutoML tools chain
http://www.noahlab.com.hk/opensource/vega/
Other
842 stars 175 forks source link

Error occurs when running the example of autoLane #96

Closed TangChangcheng closed 3 years ago

TangChangcheng commented 3 years ago

image

What should I do to debug this error? Thank you

zhangjiajin commented 3 years ago

@TangChangcheng

The size of the input image may not match. Is the YML configuration file in the Examples directory? What dataset is used?

TangChangcheng commented 3 years ago

@TangChangcheng

The size of the input image may not match. Is the YML configuration file in the Examples directory? What dataset is used?

Yes, I ran the YML configuration file in examples/nas/auto_lane/auto_lane.yaml. Here's the dataset configuration: image

zhangjiajin commented 3 years ago

Please provide complete YAML file and running logs (./tasks/\<task id>/logs/*).

@TangChangcheng

TangChangcheng commented 3 years ago

config_and_log.zip

Here is my configuration and log files. @zhangjiajin

zhangjiajin commented 3 years ago

@TangChangcheng

According to the logs provided by you, the bugs of AutoLane are found and have been incorporated into the latest code. Currently, there is a bug that is not resolved. As a result, the parallel function is unavailable. The latest sample configuration file does not support parallel processing.

We'll update the version by the middle of next month, and the new version will support parallelism.

Thank you for your support!

zhangjiajin commented 3 years ago

@TangChangcheng We released Vega v1.3. The Auto-Lane bug is fixed. Please try it again.