JinYize / self2self_pytorch

BSD 3-Clause "New" or "Revised" License
29 stars 2 forks source link

pytorch environment? #1

Closed qinyouyou closed 2 years ago

qinyouyou commented 2 years ago

Hello,Can you give some configuration information?Thank you very much!

JinYize commented 2 years ago

My configuration is:

qinyouyou commented 2 years ago

Thank you very much! Through experiments, I found that the image size must be a multiple of 32, which is related to downsampling in the coding stage. How to deal with other sizes? For example, for 400 * 400 images, the amount of calculation will increase a lot if filled. Thank you.

JinYize commented 2 years ago

Hi qinyouyou, to deal with other sizes, maybe you could try cropping or padding the input images. I will update this repo to support other sizes soon.