StyleCLIP-pytorch
StyleCLIP-pytorch copied to clipboard
minor error in manipulator.py#L251
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