-
Notifications
You must be signed in to change notification settings - Fork 19
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
Demo? #8
Comments
No depthwise conv but I can just add it I didn't know that was a thing.
…On Sun, Aug 13, 2023, 5:10 AM Zireael07 ***@***.***> wrote:
I'm not sure how to use this otherwise?
Does it have depthwise convolution? How would I add a new layer type if it
doesn't?
—
Reply to this email directly, view it on GitHub
<#8>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASLWMDRIGYDY4UPASYZEZ3TXVCRY5ANCNFSM6AAAAAA3ORLOZ4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I have never heard of the depthwise convolution either. It should be easy to implement. But are you sure this library (running on a single CPU thread) will be sufficient for your AI needs? |
Depthwise convolution is what MobileNet uses. I do not know the details. (You claim that this is faster than the other js libraries and comparable with tensorflow js, in the README) |
Yes, it should be faster, but we dont have this type of convolution in UNN.js. Does it work well in Tensorflow.js in your case? |
Yes |
So is depthwise conv just a conv over a single specific depth ignoring
others? I dont understand
…On Sun, Aug 13, 2023, 9:07 AM Zireael07 ***@***.***> wrote:
Yes
—
Reply to this email directly, view it on GitHub
<#8 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASLWMDWETMPGGEQJS6QZ4KTXVDNRFANCNFSM6AAAAAA3ORLOZ4>
.
You are receiving this because you commented.Message ID: <photopea/UNN.
***@***.***>
|
I think yes, Googling throws up some scientific papers on the topic |
I'm not sure how to use this otherwise?
Does it have depthwise convolution? How would I add a new layer type if it doesn't?
The text was updated successfully, but these errors were encountered: