Skip to content
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

Reusable environment enhancement #2671

Closed
squirrelsc opened this issue Jul 9, 2020 · 0 comments
Closed

Reusable environment enhancement #2671

squirrelsc opened this issue Jul 9, 2020 · 0 comments
Assignees

Comments

@squirrelsc
Copy link
Member

squirrelsc commented Jul 9, 2020

What would you like to be added:
Improve current reusable environment design, and cover more training platform and provide more rich features.

Why is this needed:
It not only refactoring on code, also speed up feature integration on training platform, stablize quality.

  1. Support all training service, including local, remote, k8s, and others. In local mode, file channel is better, and some user asks not to request any port, so that they can run NNI in colab.
  2. Support file command channel by auto detect, or configurable. So that the experiment can pass through firewall with central storage.
  3. Show environment information in web ui.
  4. Support to set max env limitation for platform like OpenPAI. If user has some soft limitation, which is asked by admin.
  5. Support mixed environments for one experiment, for example, remote machines, local machine, several different openpai environmentsin a same experiment.
  6. Design better configuration experience, like useActiveGpu, gpuIndices, maxTrialPerGpu.
  7. Move metric data and request new parameters commands out from stdout message.
  8. Consider to delay send non-important message like stdout, to reduce network traffic.
  9. Support to check GPU utilization on web ui.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants