Amanpreet Singh

Results 49 comments of 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.

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 ![image](https://cloud.githubusercontent.com/assets/3616806/6009063/6f8a26c0-ab4c-11e4-8879-9ee5e9d1b840.png) 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?