mattaq commited on
Commit
9ecc272
1 Parent(s): c9be4f3

Update registry.json

Browse files
Files changed (1) hide show
  1. registry.json +9 -0
registry.json CHANGED
@@ -8,6 +8,7 @@
8
  "hf_revision": "main",
9
  "torchscript_file": "unet_dec_21_epoch_579.pt",
10
  "onnx_file": "unet_dec_21_epoch_579.onnx",
 
11
  "modelType": "Primary"
12
  },
13
  "GelGenie-Universal-FineTune-May-2024": {
@@ -18,6 +19,7 @@
18
  "hf_revision": "main",
19
  "torchscript_file": "unet_dec_21_finetune_epoch_590.pt",
20
  "onnx_file": "unet_dec_21_finetune_epoch_590.onnx",
 
21
  "modelType": "Primary"
22
  },
23
  "GelGenie-Universal-Extended-Dec-2023": {
@@ -28,6 +30,7 @@
28
  "hf_revision": "main",
29
  "torchscript_file": "unet_dec_21_extended_set_epoch_600.pt",
30
  "onnx_file": "unet_dec_21_extended_set_epoch_600.onnx",
 
31
  "modelType": "Prototype"
32
  },
33
  "GelGenie-LowRes-Dec-2023": {
@@ -38,6 +41,7 @@
38
  "hf_revision": "main",
39
  "torchscript_file": "unet_dec_21_lsdb_only_epoch_427.pt",
40
  "onnx_file": "unet_dec_21_lsdb_only_epoch_427.onnx",
 
41
  "modelType": "Primary"
42
  },
43
  "GelGenie-LowRes-Extended-Dec-2023": {
@@ -48,6 +52,7 @@
48
  "hf_revision": "main",
49
  "torchscript_file": "unet_dec_21_lsdb_only_extended_set_epoch_600.pt",
50
  "onnx_file": "unet_dec_21_lsdb_only_extended_set_epoch_600.onnx",
 
51
  "modelType": "Prototype"
52
  },
53
  "GelGenie-nnUNet-Dec-2023": {
@@ -78,6 +83,7 @@
78
  "hf_revision": "main",
79
  "torchscript_file": "unet_global_padding_nov_4_epoch_198.pt",
80
  "onnx_file": "unet_global_padding_nov_4_epoch_198.onnx",
 
81
  "modelType": "Prototype"
82
  },
83
  "nnUNet-GelGenie-15-Dec-2023": {
@@ -98,6 +104,7 @@
98
  "hf_revision": "main",
99
  "torchscript_file": "attunet_nov_4_class_weighting_epoch_338.pt",
100
  "onnx_file":"attunet_nov_4_class_weighting_epoch_338.onnx",
 
101
  "modelType": "Prototype"
102
  },
103
  "GelGenie-SMPUNet-GP-NOLSDB-5-Nov-2023": {
@@ -108,6 +115,7 @@
108
  "hf_revision": "main",
109
  "torchscript_file": "unet_global_padding_nov_5_no_lsdb_epoch_585.pt",
110
  "onnx_file":"unet_global_padding_nov_5_no_lsdb_epoch_585.onnx",
 
111
  "modelType": "Prototype"
112
  },
113
  "GelGenie-SMPUNet-GP-LSDB-6-Nov-2023": {
@@ -118,6 +126,7 @@
118
  "hf_revision": "main",
119
  "torchscript_file": "unet_global_padding_nov_6_lsdb_only_epoch_306.pt",
120
  "onnx_file":"unet_global_padding_nov_6_lsdb_only_epoch_306.onnx",
 
121
  "modelType": "Prototype"
122
  }
123
  }
 
8
  "hf_revision": "main",
9
  "torchscript_file": "unet_dec_21_epoch_579.pt",
10
  "onnx_file": "unet_dec_21_epoch_579.onnx",
11
+ "onnx_static_file": "unet_dec_21_epoch_579_fixed_dim_1024.onnx",
12
  "modelType": "Primary"
13
  },
14
  "GelGenie-Universal-FineTune-May-2024": {
 
19
  "hf_revision": "main",
20
  "torchscript_file": "unet_dec_21_finetune_epoch_590.pt",
21
  "onnx_file": "unet_dec_21_finetune_epoch_590.onnx",
22
+ "onnx_static_file": "unet_dec_21_finetune_epoch_590_fixed_dim_1024.onnx",
23
  "modelType": "Primary"
24
  },
25
  "GelGenie-Universal-Extended-Dec-2023": {
 
30
  "hf_revision": "main",
31
  "torchscript_file": "unet_dec_21_extended_set_epoch_600.pt",
32
  "onnx_file": "unet_dec_21_extended_set_epoch_600.onnx",
33
+ "onnx_static_file": "unet_dec_21_extended_set_epoch_600_fixed_dim_1024.onnx",
34
  "modelType": "Prototype"
35
  },
36
  "GelGenie-LowRes-Dec-2023": {
 
41
  "hf_revision": "main",
42
  "torchscript_file": "unet_dec_21_lsdb_only_epoch_427.pt",
43
  "onnx_file": "unet_dec_21_lsdb_only_epoch_427.onnx",
44
+ "onnx_static_file": "unet_dec_21_lsdb_only_epoch_427_fixed_dim_1024.onnx",
45
  "modelType": "Primary"
46
  },
47
  "GelGenie-LowRes-Extended-Dec-2023": {
 
52
  "hf_revision": "main",
53
  "torchscript_file": "unet_dec_21_lsdb_only_extended_set_epoch_600.pt",
54
  "onnx_file": "unet_dec_21_lsdb_only_extended_set_epoch_600.onnx",
55
+ "onnx_static_file": "unet_dec_21_lsdb_only_extended_set_epoch_600_fixed_dim_1024.onnx",
56
  "modelType": "Prototype"
57
  },
58
  "GelGenie-nnUNet-Dec-2023": {
 
83
  "hf_revision": "main",
84
  "torchscript_file": "unet_global_padding_nov_4_epoch_198.pt",
85
  "onnx_file": "unet_global_padding_nov_4_epoch_198.onnx",
86
+ "onnx_static_file": "unet_global_padding_nov_4_epoch_198_fixed_dim_1024.onnx",
87
  "modelType": "Prototype"
88
  },
89
  "nnUNet-GelGenie-15-Dec-2023": {
 
104
  "hf_revision": "main",
105
  "torchscript_file": "attunet_nov_4_class_weighting_epoch_338.pt",
106
  "onnx_file":"attunet_nov_4_class_weighting_epoch_338.onnx",
107
+ "onnx_static_file": "attunet_nov_4_class_weighting_epoch_338_fixed_dim_1024.onnx",
108
  "modelType": "Prototype"
109
  },
110
  "GelGenie-SMPUNet-GP-NOLSDB-5-Nov-2023": {
 
115
  "hf_revision": "main",
116
  "torchscript_file": "unet_global_padding_nov_5_no_lsdb_epoch_585.pt",
117
  "onnx_file":"unet_global_padding_nov_5_no_lsdb_epoch_585.onnx",
118
+ "onnx_static_file": "unet_global_padding_nov_5_no_lsdb_epoch_585_fixed_dim_1024.onnx",
119
  "modelType": "Prototype"
120
  },
121
  "GelGenie-SMPUNet-GP-LSDB-6-Nov-2023": {
 
126
  "hf_revision": "main",
127
  "torchscript_file": "unet_global_padding_nov_6_lsdb_only_epoch_306.pt",
128
  "onnx_file":"unet_global_padding_nov_6_lsdb_only_epoch_306.onnx",
129
+ "onnx_static_file": "unet_global_padding_nov_6_lsdb_only_epoch_306_fixed_dim_1024.onnx",
130
  "modelType": "Prototype"
131
  }
132
  }