ranahanocka / MeshCNN

Convolutional Neural Network for 3D meshes in PyTorch
MIT License
1.58k stars 316 forks source link

Edge features and requires_grad #127

Open kimihailv opened 3 years ago

kimihailv commented 3 years ago

Hello, thank you for your code. Could you please explain why you set requires_grad=True for input tensor with edge_features when training model?

https://github.com/ranahanocka/MeshCNN/blob/15b83cc6a4db968baf6cf595df78995a9c2dcee3/models/mesh_classifier.py#L49