Srinjoy Mukherjee

Results 6 comments of Srinjoy Mukherjee

Hey, I am new to RL and got interested in its applications in NLP. I have few queries: 1. I was wondering how would one implement LSTM-DQN ([https://arxiv.org/pdf/1506.08941.pdf](url)) using textworld....

Hey, did you find the answer to this?

Hey, is there any update on Flickr(8k | 30k) dataset. I have downloaded the dataset, but when I use the torchvison.datasets.Flickr8k class to load the Dataset, no image is loaded....

> Setting `eos_token_id` is the right approach 👍 Just make sure you are using the right token as the tokenizer expects it :) (e.g. spaces at beginning, etc) Could you...