facebookresearch / mmf

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

Please help: question about running M4C model using the MMF framework on Windows #1224

Open Dee-Ma opened 2 years ago

Dee-Ma commented 2 years ago

❓ Questions and Help

Hi,

I am just trying to use MMF framework to train the M4C model on Windows. I have installed MMF based on the installation guidance (for Windows) https://mmf.sh/docs/: (1) firstly, I installed Python (v3.7.13) and PyTorch (v1.9.0), and all the packages listed in 'requirements.txt'; (2) then I installed the MMF using the commands recommended from https://mmf.sh/docs/ for Windows system.

I am just trying to use Windows PyCharm to run the code and train M4C model. However, we didn't find 'mmf_run' and 'mmf_predict' scripts in the installed 'mmf' folder. We only got two similar scripts 'run.py' and 'predict.py' in the 'mmf_cli' folder.

Could I know if the 'mmf_run' and 'mmf_predict' codes should be included in the 'mmf' folder after installation? Could you please help us with this tricky issue?

Thank you very much!