buaacyw / GaussianEditor

[CVPR 2024] GaussianEditor: Swift and Controllable 3D Editing with Gaussian Splatting
https://buaacyw.github.io/gaussian-editor/
Other
1.13k stars 57 forks source link

expected scalar type Float but found BFloat16 #75

Closed Devin100086 closed 1 week ago

Devin100086 commented 2 weeks ago

Dear authors, thank you for your impressive work.

When I run the launch.py, I encountered an issue during training. "expected scalar type Float but found BFloat16",How can I resolve it?

Thank you

yyhyyhyyhyyh commented 2 weeks ago

I've encountered the same problem, do you have a solution?

ZiyangYan commented 1 week ago

I have the same problem too

ZiyangYan commented 1 week ago

@yyhyyhyyhyyh solution here https://github.com/silent-chen/DGE/issues/11#issuecomment-2456971913

yyhyyhyyhyyh commented 1 week ago

Thank you!