I was not able to get the CIFAR10 example to run with the defaults, since the expand_as call expects the expanding dimension to be greater or equal to the first dimension (and the defaults have the batch size as 64 and nz as 128). If I set the batch size and the nz sizes the same, it seems to work fine.
I was not able to get the CIFAR10 example to run with the defaults, since the expand_as call expects the expanding dimension to be greater or equal to the first dimension (and the defaults have the batch size as 64 and nz as 128). If I set the batch size and the nz sizes the same, it seems to work fine.