MStypulkowski / diffused-heads

Official repository for Diffused Heads: Diffusion Models Beat GANs on Talking-Face Generation
Other
463 stars 31 forks source link

Error reported during reasoning:_Map_base::at #13

Closed ms-ufad closed 4 months ago

ms-ufad commented 1 year ago

Error reported during reasoning:_Map_base::at

File "/home/diffusion.py", line 42, in sample sample_frame = self.sample_loop(xT[:, i].to(x_cond.device), x_cond, motion_frames, audio_emb[:, audio_ids]) File "/home/diffusion.py", line 53, in sample_loop nn_out = self.nn_backbone(xt, timesteps, x_cond, motion_frames=motion_frames, audio_emb=audio_emb) File "/env3/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1130, in _call_impl return forward_call(*input, **kwargs) RuntimeError: _Map_base::at

wangryhen commented 11 months ago

Error reported during reasoning:_Map_base::at

File "/home/diffusion.py", line 42, in sample sample_frame = self.sample_loop(xT[:, i].to(x_cond.device), x_cond, motion_frames, audio_emb[:, audio_ids]) File "/home/diffusion.py", line 53, in sample_loop nn_out = self.nn_backbone(xt, timesteps, x_cond, motion_frames=motion_frames, audio_emb=audio_emb) File "/env3/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1130, in _call_impl return forward_call(*input, **kwargs) RuntimeError: _Map_base::at

Hello, I also encountered the same problem, have you solved it?

chaoxxc commented 11 months ago

hello, have anyone solved this problem?

Wangman1 commented 11 months ago

您好,请问解决了吗

YifengMa9 commented 8 months ago

As described in #8, the problem is solved when I change the pytorch version to 1.12.1