Thanks for the great contribution and for sharing the code.
I'm using MeshCNN as a feature extractor, so I'm using an architecture similar to the one used in segmentation, and because I want features for each edges, I can't simplify the meshes to have fewer edges.
I have meshes with 15k edges, and using these meshes results in a very large model (the model actually have fewer parameters, but the operations take a lot of memory), and very slow iterations.
Is there some suggestions to accelerate the training of the model and also reduce it's size.
Hi,
Thanks for the great contribution and for sharing the code.
I'm using MeshCNN as a feature extractor, so I'm using an architecture similar to the one used in segmentation, and because I want features for each edges, I can't simplify the meshes to have fewer edges.
I have meshes with 15k edges, and using these meshes results in a very large model (the model actually have fewer parameters, but the operations take a lot of memory), and very slow iterations.
Is there some suggestions to accelerate the training of the model and also reduce it's size.
Thank you in advance!