aknirala
aknirala
I thought this may be because CIFAR-10 would have different mean and variance. So I did following, before classifying: ``` from torchvision import transforms #Got values from: https://stackoverflow.com/a/68123869/1953366 mean =...
Loss in the code does seem to be same fro both gen and dis!!
If I change my_input as: `my_input = torch.ones((1,200,64))` it works. Any reason why my_input was 4 dimensional? Ideally, for your model, it should be 2 dimensional. i.e, like: `my_input =...
I tried that first. (Had to modify the code a little where model is being loaded) Still got acc as zero. Specifically: `INFO 20:19:38 [ 1:1613]: eps=0.003921568627 CE=9.1668 Err=0.9989 Loss=9.9335...