-
Notifications
You must be signed in to change notification settings - Fork 8
Add CNN example and README refinements #31
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
base: main
Are you sure you want to change the base?
Conversation
I've recently embedded one convolution layer into the tpp-pytorch-extension and attached the test results.
I’m very excited to continue improving this work and would be grateful for any suggestions, references, or advice you can share. @ddkalamk |
Hey, I'm also trying to figure out how to use TPP in a CNN model. I noticed you're working on something similar, do you have any guidance for developers? |
Hi! I'm really glad to hear you're also exploring TPP in CNN models. I've added a |
Dear TPP-PyTorch team,
First, thank you for your outstanding work in developing and maintaining the
tpp-pytorch-extension
.As part of my contribution, I’d like to extend the project by introducing support for CNN-based models, which are still widely used in a variety of practical applications.
README Refinements
README.md
file, mainly to help new users get oriented with TPP concepts. I wasn't entirely sure if such changes are needed or welcome, so please feel free to adjust or discard them as you see fit.CNN Example in Progress
I’m currently working on integrating a complete CNN-based model, such as U-Net, into the
tpp-pytorch-extension
framework. Since this is my first time working with TPPs, I'm approaching it incrementally:This effort is still in progress, and I’m very open to structural or architectural suggestions from the maintainers. If there's a preferred style or integration point for the new example, I’d be happy to align with it.