Skip to content
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

Error in convnet encoding (expand ratios are not encoded correctly) #8

Open
dkumazaw opened this issue Jun 3, 2019 · 0 comments
Open

Comments

@dkumazaw
Copy link

dkumazaw commented Jun 3, 2019

Hello,

It seems that the expand ratios for 3x3-6 and 5x5-3 blocks are not encoded correctly here:
https://github.com/dstamoulis/single-path-nas/blob/21c1f3e9c790e591749c0fb861bff3737b6d5fc7/train-final/parse_netarch.py#L97-L104

I believe 3x3-6 should have 'e6' and 5x5-3 should have 'e3'.

@dkumazaw dkumazaw changed the title Error in convnet encoding (expand ratios are not parsed correctly) Error in convnet encoding (expand ratios are not encoded correctly) Jun 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant