Skip to content

Commit

Permalink
metadata ignite dependency versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
EmergentBehaviour committed Jun 27, 2024
1 parent 084d6b6 commit a92792e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"optional_packages_version": {
"fire": "0.4.0",
"nibabel": "4.0.1",
"pytorch-ignite": "0.4.9"
"pytorch-ignite": "0.4.11"
},
"name": "CT-Ped-Abdominal-Seg",
"task": "Training and Prediction of 3D Segmentation of Liver, Spleen and Pancreas from Abdominal CT images",
Expand All @@ -40,7 +40,7 @@
"label_classes": "single channel data, 1 is liver, 2 is spleen, 3 is pancreas and 0 is everything else",
"pred_classes": "single channel data, 1 is liver, 2 is spleen, 3 is pancreas and 0 is everything else",
"eval_metrics": {
"TS_mean_dice": 0.9,
"TS_mean_dice": 0.90,
"TCIA_mean_dice": 0.87,
"CCHMC_mean_dice": 0.89
},
Expand Down Expand Up @@ -98,4 +98,4 @@
}
}
}
}
}

0 comments on commit a92792e

Please sign in to comment.