-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Docs improvement: configurations and more #1823
Docs improvement: configurations and more #1823
Conversation
@@ -1,6 +1,6 @@ | |||
# NNI on Windows (experimental feature) | |||
|
|||
Currently we support local, remote and pai mode on Windows. Windows 10.1809 is well tested and recommended. | |||
Running NNI on Windows is an experimental feature. Windows 10.1809 is well tested and recommended. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is NNI on Windows still experimental?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SparkSnail I think our windows version only contains part of the function of nni?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SparkSnail I think our windows version only contains part of the function of nni?
Yes, NNI only support local/remote/pai
on windows, I don't know if we will support all of platform in the feature. In this point, maybe it's reasonable that we call it an experimental feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could remove this sentence. could be replaced with We have supported NNI on Windows
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But we did not support all functions in Windows. We should point out which functions we support, which not.
@@ -1,6 +1,6 @@ | |||
# NNI on Windows (experimental feature) | |||
|
|||
Currently we support local, remote and pai mode on Windows. Windows 10.1809 is well tested and recommended. | |||
Running NNI on Windows is an experimental feature. Windows 10.1809 is well tested and recommended. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SparkSnail I think our windows version only contains part of the function of nni?
|
||
#### Windows | ||
Simply filling the `machineList` section and then run: | ||
Files in `codeDir` will be automatically uploaded to the remote machine. You can run NNI on different operating systems (Windows, Linux, MacOS) to spawn experiments on the remote machines: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better to mention that only linux is allowed on remote machines
#The hdfs directory to store data on OpenPAI, format 'hdfs://host:port/directory' | ||
dataDir: hdfs://10.10.10.10:9000/username/nni | ||
#The hdfs directory to store output data generated by nni, format 'hdfs://host:port/directory' | ||
outputDir: hdfs://10.10.10.10:9000/username/nni |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to specify dataDir?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, the configuration is removed.
|
||
* __local__ run an experiment on local ubuntu machine. | ||
* TODO: explain frameworkcontroller. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
frameworkcontroller submit trial jobs to kubernetes. It is built to orchestrate all kinds of applications (e.g., Tensorflow models, PyTorch models, Python scripts) on Kubernetes by a single controller. For more details of configuration for frameworkcontroller mode, please refer to FrameworkController Docs
No description provided.