-
Notifications
You must be signed in to change notification settings - Fork 285
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
Get Weird Structure in Reproducing the Result of GDAS-FRC #87
Comments
Thanks for sharing the results. Sorry that you get weird results... I reimplemented GDAS FRC based on my memory with the sacrifice of being compatible with the NATS-Bench/NAS-Bench-201 codebase, so I haven't carefully checked the performance. I will re-run this part of the codes to figure out the reasons. |
Thanks for your reply and re-run, could you tell me whether you meet the same problem? |
{'normal': [(('skip_connect', 1, 0.15519889), ('dil_sepc_5x5', 0, 0.1416643)), (('skip_connect', 1, 0.15950418), ('max_pool_3x3', 1, 0.1456287)), (('skip_connect', 1, 0.15625753), ('max_pool_3x3', 1, 0.1543942)), (('max_pool_3x3', 1, 0.15630342), ('skip_connect', 1, 0.15141682))], 'normal_concat': [2, 3, 4, 5]} Here are my searched results.. I also get the same problem. I will try to figure out. |
Hello, I'm sorry to reply late. And have you found a solution? |
How can u use this codes in your code? |
Hello .
Using script NASNet-space-search-by-GDAS-FRC.sh, I got a weird structure as below, which is totally different from cell reported from GDAS Paper(figure 4).
The command I use is:
Structure in paper:
Weird Structure I got:
To find out whether it is only a outlier, I repeat searching procedure several times using different seeds. All result is similar to this weird structure. In these found structures, only one edge containing conv operator and others edges are all 'skip_connect' or pooling operator.
MY Environment is :
The text was updated successfully, but these errors were encountered: