Skip to content

Commit

Permalink
Renamed config filenames and model names.
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaymacar committed Dec 21, 2021
1 parent 88709a3 commit cb6708c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/train_randomrater.json → config/seg_lesion.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"command": "train",
"gpu_ids": [0],
"path_output": "seg_ms_output",
"model_name": "seg_ms_model",
"path_output": "seg_lesion_output",
"model_name": "seg_lesion_model",
"debugging": true,
"object_detection_params": {
"object_detection_path": null,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"command": "test",
"gpu_ids": [0],
"path_output": "seg_ms_output",
"model_name": "seg_ms_model",
"path_output": "seg_lesion_output",
"model_name": "seg_lesion_model",
"debugging": true,
"object_detection_params": {
"object_detection_path": null,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"command": "test",
"gpu_ids": [0],
"path_output": "seg_ms_output",
"model_name": "seg_ms_model",
"path_output": "seg_lesion_output",
"model_name": "seg_lesion_model",
"debugging": true,
"object_detection_params": {
"object_detection_path": null,
Expand Down

0 comments on commit cb6708c

Please sign in to comment.