few-shot-gnn icon indicating copy to clipboard operation
few-shot-gnn copied to clipboard

Adding Resnet Basic Block Support

Open chg0901 opened this issue 1 year ago • 0 comments

  1. replacing conv2,conv3,conv4 to layer2 ,layer3 ,layer4

  2. changing the fc_last layer to fc_last2 with shape from 3 * 3 to 2*2 and x = x.view(-1, 2 * 2 * self.nef) was changed from x = x.view(-1, 3 * 3 * self.nef) as well

chg0901 avatar Mar 01 '23 05:03 chg0901