matluster
matluster
## Status update (5/27)  -------- Immediate work items are those I believe important and marked *italic*. RL framework - **self-contained, agnostic to tasks** - [ ] *Trainer* @ultmaster #1125...
What is your trial code directory? Where did you run the experiment? Did you use any tricks like `sys.path.insert` to manipulate Python PATH?
There is a draft proposal here #4848, but it's far from ready state. I'll take your desire into consideration when drafting this design.
> Will there be a stable version including the oneshot strategy soon avilable via pip? Depending on the release schedule. Although the planned release date is next week, I think...
RetiariiExperiment can't be "viewed" with nnictl view. What's your intention here? Do you want to inspect a stopped NAS experiment?
It has been a known issue that ProxylessNAS on NNI converges slowly, and the accuracy only starts to improve after a dozens of epochs. We are not sure of the...
Currently there's no convenient way to do that. You can try to hack the implementation of `experiment.run()`, and block the process before it runs into `self.stop()`.
You might want to try the latest version (v2.9).
# Candidate items for v3.0 I can't edit the Word document. :( - API (breaking) change and code refactor of `nas.nn` and `nas.experiment`. Benefits include: - Incidentally rename `retiarii` to...
NNI can't be installed in this way because `nni_node` needs to be pre-built. See [build from source](https://nni.readthedocs.io/en/stable/notes/build_from_source.html).