Ashkan Shahbazi

Results 2 comments of Ashkan Shahbazi

@ahof1704 Hi, Im having the same problem, could you figure out how to solve it? Thanks!

As far as now, I understood that this is due to the batch gradient computation problem that **Torch.Autograd.grad** has. You can fix it by either using output.sum(dim=0) or calculating the...