UString icon indicating copy to clipboard operation
UString copied to clipboard

DAD model weight can't load

Open sumitmishra209 opened this issue 2 years ago • 0 comments

Hello, I am trying to load models and reproduce result. Crash weight get loaded and I got same result of paper but DAD model can't get load and some weights of layers are missing can you check and provide weights. Thanks!

self.class.name, "\n\t".join(error_msgs))) RuntimeError: Error(s) in loading state_dict for UString: Missing key(s) in state_dict: "enc_gcn1.weight", "enc_gcn2.weight". Unexpected key(s) in state_dict: "enc_layer1.weight", "enc_layer2.weight".

sumitmishra209 avatar Nov 01 '23 12:11 sumitmishra209