-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
message:path is not existed,path=/cache/datasets/cifar10/ #259
Comments
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. |
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 |
Can you provide your current YAML configuration file and log files (./tasks//logs)? |
pipe_logs.txt |
@zhangjiajin |
The "epoch" in the following line needs to be changed to "epochs". vega/examples/nas/auto_lane/auto_lane.yml Line 57 in 655aaca
|
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_64_14_[3,5][9,14]+[F2F1,R3][F2F1,R3]? |
There is no way to search for the network architecture you expect by modifying the configuration file. |
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?
The text was updated successfully, but these errors were encountered: