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

Single Path One-Shot Neural Architecture Search with Uniform Sampling #140

Open
gaocegege opened this issue Apr 19, 2019 · 2 comments
Open

Comments

@gaocegege
Copy link
Member

https://arxiv.org/abs/1904.00420

@gaocegege
Copy link
Member Author

@gaocegege
Copy link
Member Author

#143 异曲同工,但是它是用 super kernel 来做的路径压缩

用一个7x7的大卷积,来代表3x3,5x5,7x7的三种卷积,把外边一圈mask清零掉就变成了3x3或5x5,这个大的卷积成为 superkernel, 于是整个网络只有一种卷积了,看起来是一个直筒结构。这里还有一点weight sharing 的味道,最里面的,比如3x3的weights是和5x5,7x7的卷积共享的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant