Aghiles Kebaili
Aghiles Kebaili
Everything is on the title :D
Hello! I know this might be a stupid question, but i'm really strugling to understand. I have an implementation of a ViT and i want to train it with ArcFace...
Hello everyone, I am currently working on a medical imaging project that involves a modified latent diffusion model. The implementation is based on some parts of this repo, but I...
Hello, having issues with memory usage. Is it normal that even with 48Go VRAM i cannot run the reverse process for generation with a small batch of 2 ? What...
What's the idea behind this down-sampling with asymmetric padding : Why don't we just use a symmetric padding of 1, everything would fit perfectly. ``` class Downsample(nn.Module): def __init__(self, in_channels,...
Hello, I have created an implementation that is strongly influenced by yours, as I found it simple and well-implemented. However, I have a question regarding the training duration. I am...
Hi, I'm using your implementation to generate MRIs. I have trained a VQ-VAE to reconstruct 3D MRIs, but I am unsure about which vectors to use for training the PixelCNN...