context_encoder_pytorch icon indicating copy to clipboard operation
context_encoder_pytorch copied to clipboard

Unable to change the input size

Open zhou-rui1 opened this issue 3 years ago • 1 comments

I think a larger input size will utilize the GPU source better, but I failed to change the input size, could give me some guidance on which operation leads to a fixed size of imageSize 128, is this size a must?

zhou-rui1 avatar Jan 23 '22 18:01 zhou-rui1

You should change the _netG and _netlocalD in model.py

Oision-hub avatar Mar 07 '23 03:03 Oision-hub