Skip to content

Commit

Permalink
Upload of new model 00023 with fixed return format
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardObi committed Nov 28, 2023
1 parent a100156 commit c35142d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion config/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3360,7 +3360,7 @@
"00023_PIX2PIXHD_BREAST_DCEMRI": {
"execution": {
"package_name": "00023",
"package_link": "https://zenodo.org/records/10213802/files/00023.zip?download=1",
"package_link": "https://zenodo.org/records/10215107/files/00023_PIX2PIXHD_BREAST_DCEMRI.zip?download=1",
"model_name": "30_net_G",
"extension": ".pth",
"image_size": [
Expand Down
18 changes: 9 additions & 9 deletions tests/test_model_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@
LOGGING_LEVEL = logging.INFO # WARNING # logging.INFO

models_with_args = [
(
"00023_PIX2PIXHD_BREAST_DCEMRI",
{
"input_path": "input",
"gpu_id": 0,
"image_size": 448,
},
3,
),
(
"00001_DCGAN_MMG_CALC_ROI",
{},
Expand Down Expand Up @@ -97,6 +88,15 @@
3,
),
("00022_WGAN_CARDIAC_AGING", {}, 3),
(
"00023_PIX2PIXHD_BREAST_DCEMRI",
{
"input_path": "input",
"gpu_id": 0,
"image_size": 448,
},
3,
),
]


Expand Down

0 comments on commit c35142d

Please sign in to comment.