New backbone
This commit is contained in:
24
.claude/settings.local.json
Normal file
24
.claude/settings.local.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(python3 -c ' *)",
|
||||
"Bash(python3 -)",
|
||||
"Bash(python3 -m src.utils.detector test_image.jpg)",
|
||||
"Bash(python3 -c \"import sys; print\\(sys.executable\\)\")",
|
||||
"Bash(pip show *)",
|
||||
"Bash(.venv/bin/python -m src.utils.detector test_image.jpg)",
|
||||
"Bash(.venv/bin/python -)",
|
||||
"Bash(cat)",
|
||||
"Bash(.venv/bin/python /tmp/eval_model.py)",
|
||||
"Bash(.venv/bin/python /tmp/eval_final.py)",
|
||||
"Bash(.venv/bin/python identify.py test_image.jpg)",
|
||||
"Bash(.venv/bin/python -m src.data.generate_aug_test_set)",
|
||||
"Bash(.venv/bin/python -c ' *)",
|
||||
"Bash(.venv/bin/python -m src.models.train --epochs 5)",
|
||||
"Bash(.venv/bin/python -m src.models.evaluate)",
|
||||
"Bash(.venv/bin/python -m src.models.evaluate --backbone resnet34 --model_path models/best_resnet34_model.pth)",
|
||||
"Bash(.venv/bin/python identify.py test_image2.jpg --backbone resnet34 --model_path models/best_resnet34_model.pth)",
|
||||
"Bash(.venv/bin/python src/models/regression_model.py)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user