From 8976a0f5ba6460b62c0ac20e3adcfdee824fc9c9 Mon Sep 17 00:00:00 2001 From: Xu Xing Date: Thu, 3 Nov 2022 09:25:35 +0800 Subject: [PATCH] Add layer model todo --- e2e/benchmarks/model_config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e2e/benchmarks/model_config.js b/e2e/benchmarks/model_config.js index f346b5de0b0..ea7f1d7bfcd 100644 --- a/e2e/benchmarks/model_config.js +++ b/e2e/benchmarks/model_config.js @@ -475,7 +475,8 @@ const benchmarks = { } }, 'speech-commands': { - // Sequential model doesn't support dump. + // Layer model doesn't support dump. TODO(xing.xu@intel.com): + // https://github.com/tensorflow/tfjs/issues/7010 supportDump: false, load: async () => { const recognizer = speechCommands.create('BROWSER_FFT');