Daniel Stoller

Results 36 comments of Daniel Stoller

Are you using the same generator model in cycleGAN and FactorGAN? The default neural network used in FactorGAN might not be particularly strong compared to the ones used in the...

Yes, you can use rectangular images for the image2image application, if you use the Unet model that I provided as default "generator" architecture. I think you need to make sure...

What do you mean with feature extractor? We have one image-to-image model, which is the generator in the GAN framework, plus a few discriminators.

Hey, you can import an existing resnet architecture model definition into our framework, just make sure that the input and output is correctly structured. How did you not succeed at...

Hey, can you clarify more about how you applied the Seq-U-Net? I need some more info about the setting so I can give you some clues as to what the...

Thanks, this is a good workaround for now. You also did some great error analysis. Hopefully someone else can pitch in and provide a pull request/fix for this to prevent...