Monish Keswani

Results 2 issues of Monish Keswani

Hi, I am not able to access Baidu to download the pretrained models. Can I please request you to email the pretrained models since the model size is not big...

In line 41 and 42 of fusion.py file Instead of this fusion_visual = tf.reduce_mean(visual_vector * visual_f, 1) fusion_text = tf.reduce_mean(text_vector * text_f, 1) Shouldn't it be fusion_visual = tf.reduce_mean(text_vector *...