You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thank you for providing an open-source paper and code for processing 3D meshes, which has greatly benefited me. I'm new in meshCNN, when I set the norm parameter to 'none', I successfully ran the code, but the acc was only around 70%. When I used the default norm parameter 'batch', it would report the error 'normalization layer [BatchNorm2d] is not found', how to solve this problem? Do I need write BatchNorm2d in model?
The text was updated successfully, but these errors were encountered:
First, thank you for providing an open-source paper and code for processing 3D meshes, which has greatly benefited me. I'm new in meshCNN, when I set the norm parameter to 'none', I successfully ran the code, but the acc was only around 70%. When I used the default norm parameter 'batch', it would report the error 'normalization layer [BatchNorm2d] is not found', how to solve this problem? Do I need write BatchNorm2d in model?
The text was updated successfully, but these errors were encountered: