Ed-ivan
Results
5
issues of
Ed-ivan
Thanks for your excellent works and sharing your code ! while I have questions about the code: log_probs = torch.cat( [ log_add_exp(log_x_start[:,:-1,:]+log_cumprod_at, log_cumprod_bt), log_add_exp(log_x_start[:,-1:,:]+log_1_min_cumprod_ct, log_cumprod_ct) ], dim=1 ) why log_add_exp...
Thanks for your great work and sharing your code !!! When i run the code , model is in cpu , not in GPU how to solve it? I mantually...