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?
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?