-
@hyhieu Hi,Thank you for all you work.
Now,I want to take place of the cifar10 dataset with cifar100 to implement this code to find and tune CNN cells and architectures. But I can't find the inte…
-
I tried running micro search on TF 1.7 and it made quite a bit of progress, up to 150 epochs, but then it failed out as follows:
```
[1 2 1 1 1 3 0 2 2 0 1 1 1 1 1 4 1 4 1 4]
val_acc=0.7750
----…
-
Hello,
As written in the paper (2.2 _Deriving Architectures_) I tried to re-retrain from scratch the best derived model, but it surprisingly gives worse result when I retrain it from scratch than i…
-
Hi, could you briefly explain the meaning of:
"child_out_filters", "child_num_branches", "child_num_cell_layers", and "child_keep_prob"
I am fairly new to ML and am trying to figure out how to pro…
ghost updated
6 years ago
-
It seems that NNI APIs change since 0.9 which I get the error below.
``
ModuleNotFoundError: No module named 'nni.multi_phase'
``
Related to: https://github.com/microsoft/nni/issues/1238
-
[ENAS shows that keeping/reloading past model weights during search can make model search much more efficient](https://github.com/melodyguan/enas), and with eager execution models could potentially be…
-
**Environment**:
- NNI version: 2.1
- Python version: 3.6.9 (default version in the image)
- PyTorch/TensorFlow version: Tensorflow 2.3.1 (default version in the image)
- Is conda/virtuale…
-
Hi Kelly,
This is the first time I use the new ecopath_matlab code (I was more familiar with the linux code used by Vanessa Guesnet to calculate ENAs). I am working on Windows and I am facing some di…
-
-
### Bug Description
When comparing `suggestion-enas` rock to the upstream docker image I found that the rock is reporting permission problems. These permission problems are not presented in upstream'…