diffpool icon indicating copy to clipboard operation
diffpool copied to clipboard

Some questions about the SoftPoolingGcnEncoder

Open LanlanYu11 opened this issue 6 years ago • 2 comments

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?

LanlanYu11 avatar Mar 14 '19 14:03 LanlanYu11

Hi yes let me make an update

RexYing avatar Apr 09 '19 19:04 RexYing

Thank you so much

LanlanYu11 avatar Apr 15 '19 01:04 LanlanYu11