RMN icon indicating copy to clipboard operation
RMN copied to clipboard

IJCAI2020: Learning to Discretely Compose Reasoning Module Networks for Video Captioning

Results 16 RMN issues
Sort by recently updated
recently updated
newest added

Sir, can you share the link to process the text features and from which you have generated a caption.pkl file.

https://github.com/tgc1997/RMN/blob/14a9eff9a936030bcea104cb2c65f5378136cd87/train.py#L128 Hi, Ganchao. I found the above judgement may miss some conditions during executing the project. e.g. When the train_batch_size is set to 2 or 3, the step of the...

the shape of sfeats of msvd_region_feature.h5 is 1970 x 26 x 36 x 5, what's the meaning of the last dimensions?thank you!

![Snipaste_2020-10-18_09-45-40](https://user-images.githubusercontent.com/56346294/96356849-b5b68800-1126-11eb-8ab9-157e69432770.png)

您好!我想请教一下您这里的POS词性是怎么获得的,我看到只有0,1,2这三种类型,请问他们分别代表什么词性?谢谢!

When I try to run evaluate.py, I ran into an error. I tried some methods but couldn't solve the problem. I hope I can get your help. ![20210630203856](https://user-images.githubusercontent.com/40493850/123961736-44ccad00-d9e3-11eb-8e05-c424f441248e.png)

![image](https://user-images.githubusercontent.com/72240037/101979537-c69ff780-3c98-11eb-9c78-26a93ce5ce9b.png)

hi, I want to know why you use two similar parameters(opt.hidden_size) here, and I think the last parameter should be opt.att_size. Is it wrong? btw, your job is so awesome...

File "/RMN-master/models/allennlp_beamsearch.py", line 257, in search state_tensor.reshape(batch_size, self.beam_size, *last_dims) RuntimeError: gather_out_cuda(): Expected dtype int64 for index