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.
I run "Run Kubeflow Training Service Error, " with offical example
(Example)
But Got ImportError exception
Traceback (most recent call last):
File "_nni_k8s.test.py", line 2, in
from nni.experiment import Experiment, K8sNfsConfig, KubeflowRowConfig
ImportError: cannot import name 'KubeflowRowConfig' from 'nni.experiment' (/root/.local/lib/python3.8/site-packages/nni/experiment/init.py)
Environment:
NNI version: 3.0
Training service: local
Client OS: Unbunt 20.04.6 LTS
Server OS (for remote mode only):
Python version: 3.8.10
PyTorch/TensorFlow version: torch==1.11.0+cu113, not use tf
Is conda/virtualenv/venv used: No
Is running in Docker: Yes
Configuration:
None, Beacse it's a ImportError exception
Log message:
None, Beacse it's a ImportError exception
How to reproduce it?:
Using Offical Example
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the issue:
I run "Run Kubeflow Training Service Error, " with offical example
(Example)
But Got ImportError exception
Traceback (most recent call last):
File "_nni_k8s.test.py", line 2, in
from nni.experiment import Experiment, K8sNfsConfig, KubeflowRowConfig
ImportError: cannot import name 'KubeflowRowConfig' from 'nni.experiment' (/root/.local/lib/python3.8/site-packages/nni/experiment/init.py)
Environment:
Configuration:
None, Beacse it's a ImportError exception
Log message:
None, Beacse it's a ImportError exception
How to reproduce it?:
Using Offical Example
The text was updated successfully, but these errors were encountered: