aashishrai3799

Results 1 issues of aashishrai3799

Hi, Consider the following lines of code: cond1 = model.encode(batch) xT = model.encode_stochastic(batch, cond1, T=50) pred = model.render(noise= xT , cond=cond1, T=20) #xT_rand = torch.rand(xT.shape, device=device) #pred_rand = model.render(noise= xT_rand...