mmf
mmf copied to clipboard
bash: mmf_run: command not found
❓ 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?
Can you provide exact steps on how you installed MMF?
@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!