facebookresearch / mmf

A modular framework for vision & language multimodal research from Facebook AI Research (FAIR)
https://mmf.sh/
Other
5.49k stars 935 forks source link

bash: mmf_run: command not found #1168

Open Mike4Ellis opened 2 years ago

Mike4Ellis commented 2 years ago

❓ Questions and Help

I install MMF following the installation guide in the documentation, but when I try to train MoViE+MCAN by following instructions in the root directory of mmf project: mmf_run config=projects/movie_mcan/configs/vqa2/defaults.yaml model=movie_mcan dataset=vqa2 run_type=train

I got this: bash: mmf_run: command not found

How can I fix this?

apsdehal commented 2 years ago

Can you provide exact steps on how you installed MMF?

Dee-Ma commented 2 years ago

@Mike4Ellis Hi Mike, I also encountered this issue. I installed MMF on Windows following the procedures https://mmf.sh/docs/. I tried to run it to train M4C using Windows PyCharm, but didn't find 'mmf_run' and 'mmf_predict' scripts in the 'mmf' folder. Can I know if you have resolved this problem? Thanks!