Karan Desai
Karan Desai
I'll be happy to take this up after 23 January if it still remains open. If someone is willing to take it up before that, feel free to.
Hi @yuandong-tian, thanks for the response! I'd definitely like to try, I will get back to it after https://github.com/facebookresearch/ParlAI/issues/446 is closed :)
Hi @yuandong-tian, that issue is almost nearing its completion. I got involved in academic engagements as my semester started a while ago. If the team at Facebook has decided to...
Well I could start off my contributions by writing unit tests :)
> > > server = Server(scene_file=_scene_json_file) > > > server.run_server() I can see this is how the server is used in the Python command line. For testing purposes, a dummy...
Hello, I made small changes in the code, and here are the contents in JSON files I got now : **scene_desc.json** ``` { "newtonian_frame": "N", "fps": 30, "name": "unnamed", "simulationData":...
These JSON files were generated through tests. All tests are passing. Should I open up a pull request for the code review ?
Hi @guoyang9, thanks for trying out! I agree, it should accelerate training, it is only a matter of design choice — I prioritized memory consumption while developing the code. The...
The `image_id` field in features H5 file would correspond to the original COCO image ids. This is true for VisDial v1.0 train script. Images from VisDial v1.0 val and test...
Thanks for reporting this! I will try to reproduce this on my end and see where it breaks.