Amanpreet Singh
Amanpreet Singh
@Shubham-Sahoo Hi, thanks for your interest. In general, iterate over the keys, check if the type is tensor and compare them using `torch.equal` otherwise, normally compare them as it is....
@Shubham-Sahoo To understand the purpose of `__eq__` check https://www.pythontutorial.net/python-oop/python-__eq__/. I hope this makes it clear. In case of SampleList `__eq__` method will take in another sample list with which it...
@AditiThirdEye @Shubham-Sahoo is working on this. @Shubham-Sahoo I reviewed your PR, take a look at my comments.
Hi, thanks for reporting this. This will need a fix. Would you like to open up a PR?
@rajpratyush Sure. Go ahead!
@ria-19 Are you working on this? If not, can @srijit2021 take over?
Can you provide exact steps on how you installed MMF?
Hi, More details on what the dataset is about would be helpful For new tutorial have a look at this colab notebook where we add OKVQA dataset from scratch: https://colab.research.google.com/github/facebookresearch/mmf/blob/notebooks/notebooks/kdd_tutorial.ipynb
Please have a look at the colab. You can follow the instructions in it to implement your own dataset.
No, we don't have such a colab at the moment. But if dataset is similar to hateful memes, you can just use its code? Also, OKVQA example is already multiple...