I am running the XInsight code.
I have changed the sl_algo in "run.py", line 72, into xl = XLearner(data_path, sl_algo='blip') to use BLIP, but got an issue
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\DINGHU~1\\AppData\\Local\\Temp\\tmpnj_rdn_q\\graph.res'
which occurs in "BLIP.py", line 52, in parse_res_file
The blip file and jkd are placed in the lib dir.