You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been recently writing ENAS myself, and I notice this project as a great reference for implementing ENAS in Keras.
After reading your code, I have a concern that in your code, a subgraph is sampled per epoch. However, according to ENAS paper, this should be done at each mini-batch. The same is true for validation (training RL controller).
Any comments on that?
The text was updated successfully, but these errors were encountered:
Hi.
I've been recently writing ENAS myself, and I notice this project as a great reference for implementing ENAS in Keras.
After reading your code, I have a concern that in your code, a subgraph is sampled per epoch. However, according to ENAS paper, this should be done at each mini-batch. The same is true for validation (training RL controller).
Any comments on that?
The text was updated successfully, but these errors were encountered: