Skip to content

Commit

Permalink
upgrade + fixes (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenza-bouzid authored Nov 22, 2024
1 parent 6faecba commit 72463ac
Show file tree
Hide file tree
Showing 7 changed files with 158 additions and 145 deletions.
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,17 @@
"dataset.csv_path=<your_path_to_cxr_reports>",
]
},
{
"name": "Debug run_radfact",
"type": "python",
"request": "launch",
"program": "src/radfact/cli/run_radfact.py",
"console": "integratedTerminal",
"justMyCode": false,
"args": [
"--input_path=examples/findings_generation_examples.csv",
"--is_narrative_text",
]
},
]
}
Loading

0 comments on commit 72463ac

Please sign in to comment.