From 0aab8674126a8f6e878545dbe90fe9e6e2f3709e Mon Sep 17 00:00:00 2001 From: wataru Date: Mon, 5 Jun 2023 04:09:58 +0900 Subject: [PATCH] update --- server/const.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/server/const.py b/server/const.py index 1e993ca1..22a6c558 100644 --- a/server/const.py +++ b/server/const.py @@ -137,6 +137,17 @@ SAMPLE_MODEL_IDS = [ # ("test-ddpn-v2-nof0-40k-l12-hubert_o", False), # ("test-ddpn-v2-f0-40k-l12-hubert_jp_o", False), # ("test-ddpn-v2-nof0-40k-l12-hubert_jp_o", False), + # ONNX FULLテスト(onnx) + # ("test-official-v1-f0-48k-l9-hubert_o_full", False), + # ("test-official-v1-nof0-48k-l9-hubert_o_full", False), + # ("test-official-v2-f0-40k-l12-hubert_o_full", False), + # ("test-official-v2-nof0-40k-l12-hubert_o_full", False), + # ("test-ddpn-v1-f0-48k-l9-hubert_o_full", False), + # ("test-ddpn-v1-nof0-48k-l9-hubert_o_full", False), + # ("test-ddpn-v2-f0-40k-l12-hubert_o_full", False), + # ("test-ddpn-v2-nof0-40k-l12-hubert_o_full", False), + # ("test-ddpn-v2-f0-40k-l12-hubert_jp_o_full", False), + # ("test-ddpn-v2-nof0-40k-l12-hubert_jp_o_full", False), ]