You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
nnictl create -c examples/trials/mnist/config_kubeflow.ymlINFO: expand searchSpacePath: search_space.json to /nni/examples/trials/mnist/search_space.json INFO: expand codeDir: . to /nni/examples/trials/mnist/. INFO: Starting restful server...INFO: Successfully started Restful server!INFO: Setting kubeflow config...ERROR: Failed! Error is: {"error":"ENOENT: no such file or directory, open './config/kubeflow/tfjob-crd-v1alpha2.json'"}
nnictl create -c examples/trials/mnist/config_frameworkcontroller.ymlINFO: expand searchSpacePath: search_space.json to /nni/examples/trials/mnist/search_space.json INFO: expand codeDir: . to /nni/examples/trials/mnist/. INFO: Starting restful server...INFO: Successfully started Restful server!INFO: Setting frameworkcontroller config...ERROR: Failed! Error is: {"error":"ENOENT: no such file or directory, open './config/frameworkcontroller/frameworkcontrollerjob-crd-v1.json'"}
nni Environment:
nni version: 0.8
nni mode(local|pai|remote): kubeflow or frameworkcontroller with minikube
OS: ubuntu 16.04
python version: python3.5
is conda or virtualenv used?: test on both local and virtualenv
is running in docker?: no
need to update document(yes/no): no
Anything else we need to know: no
The text was updated successfully, but these errors were encountered:
This problem can be reproduced if install NNI by pip command, will fix it as soon as possible. You could install NNI from source code for temp workaround.
Short summary about the issue/question:
nnictl can't find config files of kubeflow and frameworkcontroller
Brief what process you are following:
nnictl create -c examples/trials/mnist/config_kubeflow.yml
nnictl create -c examples/trials/mnist/config_frameworkcontroller.yml
How to reproduce it:
nni Environment:
need to update document(yes/no): no
Anything else we need to know: no
The text was updated successfully, but these errors were encountered: