This commit is contained in:
wataru 2023-06-05 04:09:58 +09:00
parent 473f02951d
commit 0aab867412

View File

@ -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),
]