Open chaowentao opened 2 years ago
Hello, It's a very valuable job,Can you provide a link to the pre-trained model for netG,thank you. @cripac-sjx
Hi, your work is excellent. I am interested in it and want to generate the result. While I find the pretrain models' links are the same as DAMSM models link. so it may be some wrong. please correct it. thank you.
Hello, Have you obtained the correct download address for the pretrain model?
@chaunceywx Oh, I don't obtain the correct download address. I'm waitting for the author's reply.
@chaunceywx Oh, I don't obtain the correct download address. I'm waiting for the author's reply.
Excuse me, have you tried training your own netG? Does this code really work? I'm not looking forward to the author's response anymore and trying to train my own netG. But I found some bugs. e.g.
wd_embs, s_emb = text_encoder(captions[i], sort_cap_lens, hidden)
in trainer.py, line 221. The hidden is on the cpu, but the captions[i] is on the gpu. This makes the code not work.
Sorry, I don't try train my own model because it's not my research direction.
Hi, your work is excellent. I am interested in it and want to generate the result. While I find the pretrain models' links are the same as DAMSM models link. so it may be some wrong. please correct it. thank you.