Files
b2txt25/.claude/settings.local.json

19 lines
812 B
JSON
Raw Normal View History

2025-10-12 09:11:32 +08:00
{
"permissions": {
"allow": [
"Read(//f/BRAIN-TO-TEXT/nejm-brain-to-text/data/t15_pretrained_rnn_baseline/**)",
"Bash(python:*)",
"Bash(conda run -n b2txt25 python:*)",
"Bash(cat:*)",
"Bash(\"D:/SoftWare/Anaconda3/envs/b2txt25/python.exe\" debug_viterbi_deep.py)",
"Bash(\"D:/SoftWare/Anaconda3/envs/b2txt25/python.exe\" debug_real_data.py)",
"Bash(\"D:/SoftWare/Anaconda3/envs/b2txt25/python.exe\" examine_dataset_structure.py)",
"Bash(\"D:/SoftWare/Anaconda3/envs/b2txt25/python.exe\" debug_alignment_step_by_step.py)",
"Bash(\"D:/SoftWare/Anaconda3/envs/b2txt25/python.exe\" CRNN_pretag.py --max_sessions 2)",
"Bash(\"D:/SoftWare/Anaconda3/envs/b2txt25/python.exe\" CRNN_pretag.py --max_sessions 3)"
],
"deny": [],
"ask": []
}
}