-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pretrained ENAS for 12layers #6
Comments
Thanks for the question. Yes, I have updated the README to include the link to the 12-layer model: https://drive.google.com/drive/folders/18GU9g5DNiHn2MOVKOiF1fCwNQMTA-mnH?usp=sharing |
Thanks for your reply. I downloaded the pretrained 12-layer model , but i have the following error. As i observed, in some point , the program requires a tensor of shape (21,) which is the length of the representation of the 6-layer architecture, but now i pass a shape of (78,) which corresponds to the length of the representation of the 12-layer architecture. Is there any extra configuration, in order to make it accept the 12-layer representations? Error: Current idx is 0 |
Sorry. I forgot to mention there are some necessary changes to enable 12-layer ENAS evaluation. First, change "outputs_6" to "outputs_12" in this line. Second, change "child_num_layers" to 12 in this line. Third, change "sample_structures6.txt" to "sample_structures12.txt" in this line. Then it should work. |
Hey,
Is there a chance to upload the pretrained ENAS model, for the 12 layers?
Thanks in advance.
The text was updated successfully, but these errors were encountered: