rl4co icon indicating copy to clipboard operation
rl4co copied to clipboard

Fixed some parameter discrepancy for MDAM

Open bokveizen opened this issue 2 months ago • 2 comments

Fixed some parameter discrepancy for MDAM. But the encoder still raises ValueError. See GraphAttentionEncoder at models/zoo/mdam/encoder.py. ValueError: too many values to unpack (expected 3); here self.attention_layer(h_old) is a single tensor h_new, attn, V = self.attention_layer(h_old)

bokveizen avatar Apr 09 '24 01:04 bokveizen