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

This ViT implementation as generative network #276

Open
MrCorsair3 opened this issue Aug 21, 2023 · 1 comment
Open

This ViT implementation as generative network #276

MrCorsair3 opened this issue Aug 21, 2023 · 1 comment

Comments

@MrCorsair3
Copy link

First of all, I want to thank you for a very good job, it looks great!

I would like to use the ViT implementation presented in this repository to generate images in a supervised training process.

The ViT implementation presented in this repository provides a very clear API, however, from what I understand, the main role of these implementations is the task of classification.

Let's assume that I would like to use the presented ViT as a generator in the GAN network (without going into details) to generate 224x224 image based on another input image of the same size. Can I use the presentent API to generate the appropriate architecture?

Thank you in advance
Best regards

@lucidrains
Copy link
Owner

@MrCorsair3 there was a lot of interest in introducing attention to GANs, before DDPMs swept the field away

would start with https://arxiv.org/abs/2107.04589

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