leebory

Results 1 comments of leebory
trafficstars

excuse,me. when i run `curr_layer.weight.data` += alpha * torch.mm(weight_up, weight_down).unsqueeze(2).unsqueeze(3)` it shows error like "'Modulist' object has no attribute 'weight'",May I ask if you know how to solve it?