mrlibw / ManiGAN

Pytorch implementation for ManiGAN: Text-Guided Image Manipulation.
143 stars 23 forks source link

How to determine the parameter 'TEXT.WORDS_NUM'? #18

Open liangjingxin4747 opened 9 months ago

liangjingxin4747 commented 9 months ago

I noticed the 'TEXT.WORDS_NUM' item in the config file of the code, and its default value is set to 15 for the COCO dataset. How is this value determined? If I replace COCO with another dataset, how can I determine the appropriate value for this parameter?