You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: