Arna Ghosh

Results 5 comments of Arna Ghosh

Hi, Sorry I switched to other things and didn't get a chance to look at it again after that. There were some resources on eigenval calculation and backward through them....

The model is vgg19! I just got it working on my end (I did not use DataParallel though). I had to tweak the checkpoint to match the keys as in...

Hi, What is the batchsize for the input you passed? You need to pass the input to the autoencoder as (batchSize, n_channels, x_size, y_size).

I think you are right. I don't remember why I had BatchNorm2d in decoder. It could be something specific to what I was trying to achieve but BatchNorm1d seems to...

Hi @MrGranddy, apologies for delayed response. I haven't really taken a look at this code for a long time. If I remember correctly, I was trying to map the latent...