Should we consider a new design to no algorithm engineer modification needed? #3792
Replies: 4 comments
-
Hello @joshua-xia, could you give more detail about your proposal? Could you give some examples? Thank you. |
Beta Was this translation helpful? Give feedback.
-
I am trying to write a prototype. you know to use the current NNI, the algorithm engineer have to modify the model code according to the parameters input, and report the results using the SDK API, I wonder if there is a design/implement reduce this kind of modification |
Beta Was this translation helpful? Give feedback.
-
for example: I have to write the following code to get model: def get_model(PARAMS): Can we provide API in NNI SDK such as: nni.get_next_model() to get model directly? |
Beta Was this translation helpful? Give feedback.
-
Thanks @joshua-xia for raising the feature request. This is not in our recent roadmap, we will leave this open in case any other users have the interests or raise any proposals. |
Beta Was this translation helpful? Give feedback.
-
What would you like to be added:
a new design let algorithm engineer need NOT modify the code according to the parameters input
Why is this needed:
reduce algorithm engineer 's work
Without this feature, how does current nni work:
current nni need modify the code according to the parameters
Components that may involve changes:
the pipeline design
Brief description of your proposal if any:
Not yet decide
Beta Was this translation helpful? Give feedback.
All reactions