huawei-noah / vega

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

message:path is not existed,path=/cache/datasets/cifar10/ #259

Open CQNing opened 2 years ago

CQNing commented 2 years ago

I run:vega simple_cnn.yml,but it returns this problem.I've set a new file /cache/datasets/cifar10
in vega directory level.How can I solve this?

zhangjiajin commented 2 years ago

This is a absolute path "/cache/datasets/cifar10".

You can run command "pwd" in path "./cache/datasets/cifar10", and add the displayed path to the yaml file.

CQNing commented 2 years ago

i‘ve run auto-lane.yml successfully,but i find that the start loss was even hundreds or thousands,and the performance.json result in {“LaneMetric”:0.0}.I just run it on one 1080ti on CULane dataset,is it enough? How long will i finish the train step?Is there something with my working?

zhangjiajin commented 2 years ago

@CQNing

Can you provide your current YAML configuration file and log files (./tasks//logs)?

CQNing commented 2 years ago

pipe_logs.txt it seams that the LaneMetric changed,is that right?

CQNing commented 2 years ago

@zhangjiajin yml.txt This is my yaml file.

zhangjiajin commented 2 years ago

@CQNing

The "epoch" in the following line needs to be changed to "epochs".

https://github.com/huawei-noah/vega/blob/655aaca85392d3d5bcb636fd3f3ef3b21b95ad56/examples/nas/auto_lane/auto_lane.yml#L57

CQNing commented 2 years ago

Thank you for your answering,but now I have another problem. Since I have no time to let the auto-lane run nas,how can i reduce the search time to search the certain arch like BB_6414[3,5][9,14]+[F2F1,R3][F2F1,R3]?

zhangjiajin commented 2 years ago

There is no way to search for the network architecture you expect by modifying the configuration file.