The Wayback Machine - https://web.archive.org/web/20200912152717/https://github.com/tensorflow/probability/issues/745
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

Support for SeparableConv1DFlipout #745

Open
jackshi0912 opened this issue Jan 24, 2020 · 2 comments
Open

Support for SeparableConv1DFlipout #745

jackshi0912 opened this issue Jan 24, 2020 · 2 comments

Comments

@jackshi0912
Copy link

@jackshi0912 jackshi0912 commented Jan 24, 2020

SeparableConv enables a much greater range of low power, low latency models. MobileNet and other low cost high performance networks generally utilizes SeparableConv for it's efficiency. I am building a real probabilistic inference version of a MobileNet which uses SeparableConv. I am using regular tfp convolution ops for now for initial validation but it is much less efficient and will not be fit for production use.
Thanks!

@abhichou4
Copy link

@abhichou4 abhichou4 commented Feb 15, 2020

Hey @jackshi0912 @srvasude, I'm a beginner on this project and would love to help with this issue. Any tips on how to get started would be much appreciated.

@Sarimuko
Copy link

@Sarimuko Sarimuko commented Mar 8, 2020

Hi @jackshi0912 @srvasude, I can take this issue, and I will begin to check the code. If there is any suggestion, please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants
You can’t perform that action at this time.