facebookresearch / mmf

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

How can I debug codes using the MMF framework in PyCharm? #1320

Open lyxiang0121 opened 11 months ago

lyxiang0121 commented 11 months ago

❓ Questions and Help

I want to debug codes using this framework. I need to check variables during running. However if i use the command "mmf_run config=****", I am unable to add breakpoints to the code. I want to know how to configure PyCharm to debug the code.

lyxiang0121 commented 11 months ago

By the way, my PyCharm is on my local machine, and I am using a virtual environment on the server-side.