Traceback (most recent call last):
File "E:\Project\pythonProject\SSA_GAN\main.py", line 549, in
gen_sample(text_encoder, netG, device, wordtoix, captions) # generate images with description from user
File "E:\Project\pythonProject\SSA_GAN\main.py", line 189, in gen_sample
caps[cl][cw] = wordtoix[word.lower()]
KeyError: 'detective'
Traceback (most recent call last): File "E:\Project\pythonProject\SSA_GAN\main.py", line 549, in
gen_sample(text_encoder, netG, device, wordtoix, captions) # generate images with description from user
File "E:\Project\pythonProject\SSA_GAN\main.py", line 189, in gen_sample
caps[cl][cw] = wordtoix[word.lower()]
KeyError: 'detective'