MeshGraph icon indicating copy to clipboard operation
MeshGraph copied to clipboard

Error of missing argument 'extra_norm' when trainning

Open duonglt19 opened this issue 4 years ago • 1 comments

Hi,

First off thanks for the interesting paper and accompanying code! I'm trying to execute the training code, and I'm having trouble missing argument extra_norm in line 197-198 function forward() of models/networks.py. I found forward() in line 70 (class StructuralDescriptor) of models/layers/mesh_net.py needed to parse arg extra_norm but it's missing in models/networks.py.

image

Kindly help.

duonglt19 avatar Sep 07 '21 04:09 duonglt19

maybe the pytorch was update,this repo is my master degree paper,so there maybe some update with pytorch. you should update the code yourself

JsBlueCat avatar Sep 12 '21 08:09 JsBlueCat