Skip to content

Commit 36d7fec

Browse files
jmitrevsvloncar
authored andcommitted
add hgq models
1 parent 61f93e5 commit 36d7fec

5 files changed

+16
-1
lines changed

Diff for: available_data_config.json

+12
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,17 @@
142142
"3layer.pb": {
143143
"example_data": false,
144144
"example_config": false
145+
},
146+
"hgq_jet_classifier.h5": {
147+
"example_data": false,
148+
"example_config": false
149+
},
150+
"hgq_mnist_homogeneous.h5": {
151+
"example_data": false,
152+
"example_config": false
153+
},
154+
"hgq_mnist_heterogeneous.h5": {
155+
"example_data": false,
156+
"example_config": false
145157
}
146158
}

Diff for: available_models.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
"KERAS_dense_16x200x200x200x200x200x5.json",
2020
"garnet_3layer.json",
2121
"KERAS_1layer.json",
22-
"KERAS_3layer_binarydense_relu_max.json"
22+
"KERAS_3layer_binarydense_relu_max.json",
23+
"hgq_jet_classifier.h5",
24+
"hgq_mnist_homogeneous.h5",
25+
"hgq_mnist_heterogeneous.h5"
2326
],
2427
"pytorch": [
2528
"two_layer_model.pt",

Diff for: keras/hgq_jet_classifier.h5

64.4 KB
Binary file not shown.

Diff for: keras/hgq_mnist_heterogeneous.h5

67.6 KB
Binary file not shown.

Diff for: keras/hgq_mnist_homogeneous.h5

67.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)