vanpersie32

Results 16 issues of vanpersie32

Hey, I want to know if you have resnet based MIL pretrained model?

Hi, According to https://github.com/vanpersie32/show-attend-and-tell/blob/master/core/model.py#L160-L171, the model is not unrolled in a fixed length mode. But I want ask how to unroll the model dynamically?

According to https://github.com/vanpersie32/show-attend-and-tell/blob/master/core/model.py#L160-L171, the model recurse in a fixed steps regardless of the length of the input sentence. If the sentence length is much smaller than the fixed steps, it...

Hi, I follow the instruction to train the model. Take the fc model for example. I train it with cross entropy loss for 25 epochs(iterations: 336000), and the CIDEr on...

hello, thanks for sharing your code. But I have a question why the preprocessing method differs from the official preprocessing method of pytorch. Your method preprocesses the BGR format image...

hi, thank for sharing your code @LantaoYu , I have some question. I don't understand why should update parameters of roll out policy in the way [here](https://github.com/LantaoYu/SeqGAN/blob/master/rollout.py#L158-L174) and [here](https://github.com/LantaoYu/SeqGAN/blob/master/rollout.py#L227-L228). According...

Hi, I want to change the size of image input to the inceptionv4 model, but errors occur because of different spatial size between the output of two branches: conv and...

Hello, I have a little question here: https://github.com/kimiyoung/review_net/blob/master/image_caption_offline/utils/model_utils.lua#L5 I know the function combines of many models, but it is so complex... Why not set up a container and put all...

When I set use_dist_eval_sampler=True in retrieval evaluation, the result is very bad. But when I set use_dist_eval_sampler False, the result is very good

这块有训练代码吗?从头开始训练的版本,而不是finetune版本