microsoft / microsoft/reliableAI
`graph.res` do not exist when running XInsight
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 54
- Forks
- 14
- Avg merge
- 11d 10h
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with run.py line 72 and BLIP.py line 52, especially parse_res_file, to trace how graph.res is expected to be produced. Check the BLIP and JDK files in lib and run the BLIP configuration that uses sl_algo='blip'. Done means XInsight creates or locates graph.res and proceeds without the reported FileNotFoundError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100