StyleCLIP-pytorch icon indicating copy to clipboard operation
StyleCLIP-pytorch copied to clipboard

minor error in manipulator.py#L251

Open ozmig77 opened this issue 3 years ago • 0 comments

Hello, thanks for the nice work

In manipulator.py#L251, 256 I think it should be,

start = img_ind*batchsize
end = img_ind*batchsize + batchsize

Thanks

ozmig77 avatar Feb 27 '22 11:02 ozmig77