-
Notifications
You must be signed in to change notification settings - Fork 2
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
argmax problem in DDIM_sample #1
Comments
Hi Jaejun! Hence, you can understand Please let me know if you have other problems. Cheers, :) |
Hi Jaejun! I tidy up your questions and sum them up as follows. Hope it is helpful!
It aims to be in line with the DDP setting and for future works. True, it always sets
You can find out that An initial implementation of Diffusion for segmentation is originated in pix2seq(iccv23), which is based on BiT Diffusion (Tensorflow version) (proposed by Hinton's group). And lucidrains reproduces it in a pytorch version. DDP's codes and mine are on top of it.
No specific reason. I've also tried to increase the batch size, but there are some bugs for the device conflicts. It works well when bs=1, and it's fair to compute FPS. Thus, I'm just lazy to figure it out :) Forgive me. Feel free to ask me if you still have puzzles! Cheers :) Rydeen |
Thank you for your prompt reply! Sincerely, JaejunHwang |
Hi, I am trying to reproduce your code. However, I found a weird point.
with this code, mask_logits.shape = [B, 1, H, W]. Channel is already 1, so after argmax there are only 0.
The text was updated successfully, but these errors were encountered: