Open SteelDominic opened 8 months ago
When i try to train train_sdfusion_snet,I met this problem.I have trained the vqave model on the ShapeNet model successfully.How can i fix it?
I find the same error. I check self.logvar and find it doesn't in cuda self.logvar = torch.full(fill_value=logvar_init, size=(self.num_timesteps,)).to(self.device)
self.logvar = torch.full(fill_value=logvar_init, size=(self.num_timesteps,)).to(self.device)
When i try to train train_sdfusion_snet,I met this problem.I have trained the vqave model on the ShapeNet model successfully.How can i fix it?