diffpool
diffpool copied to clipboard
Some questions about the SoftPoolingGcnEncoder
hello, I edited parser.set_defaults{'method'='soft-assign' }, then error happened on the SoftPoolingGcnEncoder. So I have some questions here: Whether nn.Linear() should add .cuda() on 90th line? Whether self.assign_pred should change into self.assign_pred_modules[i] in 339th line? Whether there is difference between assign_input_dim and the dimension of x_a update by new x? Can you let me know whether I misunderstood?
Hi yes let me make an update
Thank you so much