lucidrains / meshgpt-pytorch

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

Added device property for autoencoder #86

Closed MarcusLoppe closed 2 months ago

MarcusLoppe commented 2 months ago

The transformer had "device" property but not the autoencoder

lucidrains commented 2 months ago

🚀