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

Can GGML apply in CNN or RCNN ? #208

Open
znsoftm opened this issue May 29, 2023 · 2 comments
Open

Can GGML apply in CNN or RCNN ? #208

znsoftm opened this issue May 29, 2023 · 2 comments

Comments

@znsoftm
Copy link

znsoftm commented May 29, 2023

This quantization scheme can speed up the inference of neural networks, but there still is less example in CNN or RCNN, even RNN.
Is these ones not easy on ggml or other reasons?

@ggerganov
Copy link
Owner

It's a matter of implementing the necessary operators. Still, the code base can easily grow out of control, so I'm trying to take it slowly and keep it manageable. Thinking about adding support for implementing custom operators in the user-code.

Anyway, I hope we will eventually provide CNN examples with ggml

@znsoftm
Copy link
Author

znsoftm commented Jun 26, 2023

thanks:)

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

2 participants