Amanpreet Singh
Amanpreet Singh
We are looking into this. Thanks for pointing out the issue.
Hi, Can you please install latest version of MMF using ``` pip uninstall -y mmf pip install mmf@https://github.com/facebookresearch/mmf/tarball/master ``` That should fix this issue.
Sure, I will start working on this within two weeks.
I tried the colab and found the issue. Specifically, the code which is used for calculating input_ids and input_ids_masked is incorrect as the `torch_mask_tokens` [function](https://github.com/huggingface/transformers/blob/a096eaca6554173ecd4c016eb2b10b8e0b2cb245/src/transformers/data/data_collator.py#L748) returns modified input_ids with masking...
@ydshieh I don't think this is also correct as `torch_mask_tokens` masks the `input_ids` in place so you will have to clone the `input_ids` before passing them to it.
Hi, Thanks for your interest. I get this error when my views are updated or when Konsoole is forced shut downed  Because I need to capture logs, I store...
Hi, I was using the latest commit of your project. Check if you can help me with the issue.
Hi, yes. This is in maintenance mode and not actively developed.
I see 0.3 at https://pytorch.org/get-started/previous-versions/. Are you on windows?