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

Implement 1d convolution #128

Open
telefonjoker100 opened this issue Aug 4, 2022 · 4 comments
Open

Implement 1d convolution #128

telefonjoker100 opened this issue Aug 4, 2022 · 4 comments
Assignees
Labels
on hold let's keep an eye out on this one, but there's nothing we can do right now (might resolve by itself) user story

Comments

@telefonjoker100
Copy link
Member

I would like to have an implementation for a Convolution from pytorch down to vhdl.
This includes a part reading the values of the pytorch model, another one mapping the values for a vhdl-template and vhdl templates, one for the kernels shift over the input and one for the kernels operation.

@julianhoever
Copy link
Contributor

I guess you mean a 1d convolution? I will start working on implementing a 1d convolution.

@julianhoever julianhoever self-assigned this May 19, 2023
@telefonjoker100
Copy link
Member Author

I think it also thought about 2d-Convolution, but 1d is a good start

@julianhoever julianhoever linked a pull request May 27, 2023 that will close this issue
@julianhoever
Copy link
Contributor

julianhoever commented May 28, 2023

@telefonjoker100 Okay. Then I create a separate issue (#255) for the 2d convolution, because i would say that this is to much for a single issue.

@julianhoever julianhoever changed the title Implementation for Convolution Implement 1d convolution May 28, 2023
@julianhoever julianhoever removed a link to a pull request Jun 13, 2023
@julianhoever julianhoever added the on hold let's keep an eye out on this one, but there's nothing we can do right now (might resolve by itself) label Jun 13, 2023
@julianhoever julianhoever removed their assignment Jun 23, 2023
@telefonjoker100 telefonjoker100 self-assigned this Nov 14, 2023
@telefonjoker100
Copy link
Member Author

We have the 1d-convolution ready and should probably create a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
on hold let's keep an eye out on this one, but there's nothing we can do right now (might resolve by itself) user story
Projects
None yet
Development

No branches or pull requests

3 participants