Closed SwatiTiwarii closed 4 years ago
Hi,
To run MMF in interactive mode you need to also run setup_imports
Call this before running anything else:
from mmf.utils.env import setup_imports
setup_imports()
yes , running above statement worked. thanks .
❓ Questions and Help
Hi I am following steps present here : https://medium.com/pytorch/bootstrapping-a-multimodal-project-using-mmf-a-pytorch-powered-multimodal-framework-464f75164af7
I have setup a Linux subsystem inside windows . And I am able to download and convert dataset
After that I am able to see datasets folder in following location /home/tswati/.cache/torch/mmf/data/datasets/hateful_memes/
But when I am trying to build dataset as suggested in tutorial , I am facing above issue. is there some config change that needs to be done apart from steps mentioned in medium tutorial. Thanks in advance.