lucidrains / meshgpt-pytorch

Implementation of MeshGPT, SOTA Mesh generation using Attention, in Pytorch
MIT License
700 stars 57 forks source link

transformer.generate() #41

Closed Genshin-Impact-king closed 8 months ago

Genshin-Impact-king commented 8 months ago

Thanks for your grear work!When I run transformer.generate(),it shows as below,how can I solve it? image

MarcusLoppe commented 8 months ago

Please provide the whole error message & how you are calling the generate function

Genshin-Impact-king commented 8 months ago

Please provide the whole error message & how you are calling the generate function The whole error message is just like this image and the generate function is below: image

MarcusLoppe commented 8 months ago

Please provide the whole error message & how you are calling the generate function The whole error message is just like this image

The error message usually have something at the bottom of what actually went wrong. It would be helpful if you paste the entire error message.

and the generate function is below: image

Alright, that seems ok since I'm guessing you don't have text enabled.