wtliao / text2image

Text to Image Generation with Semantic-Spatial Aware GAN
179 stars 34 forks source link

missing 'opts.py' file #9

Closed andyjung12 closed 2 years ago

andyjung12 commented 3 years ago

I want to try training by using opts.py, which was mentioned on README.md. But it seems that the file is missing.

wtliao commented 3 years ago

Hi @andyjung12 , could you tell me where the opts.py file is required. I have modified locally but forget to update here. Please try to comment the "import opts" line.

andyjung12 commented 3 years ago

캡처 As in the READ.ME, it says to see opts.py for the options for training. So, I tried to refer to that opts.py file, but it is not there.

wtliao commented 3 years ago

@andyjung12 sorry for forgetting to update that. Just ignore it. Directly refer main.py file for training and generating images using trained model.