ML-GSAI / EGSDE

Official implementation for "EGSDE: Unpaired Image-to-Image Translation via Energy-Guided Stochastic Differential Equations" (NIPS 2022)
195 stars 11 forks source link

How can I change the size of output image? #11

Open xinyuz8270 opened 1 year ago

xinyuz8270 commented 1 year ago

Default size is 256x256 if the input size is 512x512. But how can I make it be the same size as input? Thank you.