From 7749a6a239ef1f6e6587d38a0960bb22ad6c3235 Mon Sep 17 00:00:00 2001 From: Lutz Roeder Date: Tue, 22 Aug 2023 12:56:41 +0200 Subject: [PATCH] Add Keras test files (#1141) --- test/models.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/test/models.json b/test/models.json index 90a6e907ad..6a6e88a31c 100644 --- a/test/models.json +++ b/test/models.json @@ -2135,6 +2135,27 @@ "format": "Keras v2.4.0", "link": "https://github.com/lutzroeder/netron/issues/57" }, + { + "type": "keras", + "target": "issue1142.1.keras", + "source": "https://github.com/lutzroeder/netron/files/12407995/issue1142.1.keras.zip[issue1142.1.keras]", + "format": "Keras v2.13.1", + "link": "https://github.com/lutzroeder/netron/issues/1141" + }, + { + "type": "keras", + "target": "issue1142.2.keras", + "source": "https://github.com/lutzroeder/netron/files/12407996/issue1142.2.keras.zip[issue1142.2.keras]", + "format": "Keras v2.13.1", + "link": "https://github.com/lutzroeder/netron/issues/1141" + }, + { + "type": "keras", + "target": "InceptionV3.h5.zip", + "source": "https://github.com/lutzroeder/netron/files/6098151/InceptionV3.h5.zip", + "format": "Keras v2.4.0", + "link": "https://github.com/lutzroeder/netron/issues/57" + }, { "type": "keras", "target": "lstm_seq2seq.h5",