-
If feasible
-
Start your first task with my fork of the ENAS repository:
https://github.com/ahundt/enas/tree/good_fixes
Modify the cifar10 code to also support running fashion-mnist
Make sure it is possible to p…
-
### What happened?
I tried running the example enas-cpu experiment with a `StdOut` collector and the experiment fails to run due to an error in the metrics-collector container
```
2024/09/24 13:1…
-
Hey,
Is there a chance to upload the pretrained ENAS model, for the 12 layers?
Thanks in advance.
-
Hello @carpedm20 ,
Thanks a lot for this nice implementation of the ENAS paper. Did you manage to reproduce their results by retraining the model from scratch?
Thanks,
Best
-
# ENAS
- 子模型共享参数, 提高效率,减少所需计算资源
- macro search space over entire convolutional models
- micro search space over sonvolutional cells
- Decision Block
- Conv Cell
- Reduction Cell
## Se…
-
I am getting error when trying to run the enas with CIFAR10.
The error is:
**Failed to get device properties, error code: 30**
Is that a problem with my GPU?
Could anyone can help me to fix th…
-
hi,i'm new in your project,and it is the first time i ask question on github,Please bear with me if there are any mistakes. I find something may be wrong in your code about ENAS.
when i finish a code…
-
Could anyone point why is this error happening?
``
Tensor("child/layer_0/final_conv/Relu:0", shape=(?, 32, 32, 36), dtype=float32)
Tensor("child/layer_1/skip/bn/Identity:0", shape=(?, 32, 32, 36)…
-
In the paper, they said
"For the output, we simply average all the loose ends, i.e. the nodes that are not selected as inputs to any other nodes"
however in the code below
```
next_s = tf.ad…