lingxiaoli94 / interactive-hex-meshing

Source code for "Interactive All-Hex Meshing via Cuboid Decomposition" [SIGGRAPH Asia 2021].
MIT License
157 stars 19 forks source link

running error #12

Closed Liu-Lianger closed 11 months ago

Liu-Lianger commented 11 months ago

3 I have build debug mode for windows. But each time I click init/reset optimizer, error occur as followed; 4

Liu-Lianger commented 11 months ago

Because the API torch::optim::Adam is different between libtorch 2.01 and 1.10, so I change my libtorch to version 1.10 and fix this.