You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this awesome simple to understand repo.
I'm trying to use this for data augmentation, for a new dataset with size 128x128, and a latent variable which is a vector of size 37.
I tried to play a bit with the Conv2d parameters, but unfortunately no configuration I tried made it run without errors. I was wondering if you can please add a size-dependent convolution to the source code, so in the future anyone with any size can just input their size and get this working correctly.
Thanks
The text was updated successfully, but these errors were encountered:
Thanks for this awesome simple to understand repo.
I'm trying to use this for data augmentation, for a new dataset with size 128x128, and a latent variable which is a vector of size 37.
I tried to play a bit with the
Conv2d
parameters, but unfortunately no configuration I tried made it run without errors. I was wondering if you can please add a size-dependent convolution to the source code, so in the future anyone with any size can just input their size and get this working correctly.Thanks
The text was updated successfully, but these errors were encountered: