Jack Lynch
Jack Lynch
Not sure if this is considered best practice, but if you really want that batch-size speedup you could just pad/resize all images to shared dimensions in the generator
@lerndeep I'm trying it now, running into a few bugs (fairly new to PyTorch). Will update here if/when I get it working
@Lufei-github Tried it a couple times and couldn't avoid a memory leak that reboots my computer. I don't have this problem elsewhere, even in similar contexts (DeepLab)—but this is also...
which file is that in?