The images are shuffled during training. #434

Open
opened 2023-07-21 08:23:09 +02:00 by weixianwei0129 · 0 comments
weixianwei0129 commented 2023-07-21 08:23:09 +02:00 (Migrated from github.com)

https://github.com/neuralchen/SimSwap/blob/main/train.py#L180
In this place, does the position of certain pictures not change? Would it be better to shift backwards x steps one by one;x=random.randint(0,batch_size-1).

https://github.com/neuralchen/SimSwap/blob/main/train.py#L180 In this place, does the position of certain pictures not change? Would it be better to shift backwards x steps one by one;x=random.randint(0,batch_size-1).
Sign in to join this conversation.