Sabyasachi Ghosh

Results 3 issues of Sabyasachi Ghosh

Hello, I am wondering why only random crop and horizontal flip were used for data augmentation, and not something like RandomAffine as well? Does using RandomAffine not have any additional...

I computed the mean and standard deviation of cifar dataset (train). While the means match, the standard deviations do not: ```python mean = [0.4913996458053589, 0.48215845227241516, 0.44653093814849854] std = [0.2470322549343109, 0.24348513782024384,...

Inside a model definition, the `torch.nn.Module` objects inside a Python list do not get their parameters registered. Hence such parameters do not get trained by the optimizer, even though they...

good first issue
new check