Skip to content

Commit

Permalink
Add layer model todo
Browse files Browse the repository at this point in the history
  • Loading branch information
axinging committed Nov 4, 2022
1 parent 2c191b7 commit 8976a0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/benchmarks/model_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,8 @@ const benchmarks = {
}
},
'speech-commands': {
// Sequential model doesn't support dump.
// Layer model doesn't support dump. TODO([email protected]):
// https://github.com/tensorflow/tfjs/issues/7010
supportDump: false,
load: async () => {
const recognizer = speechCommands.create('BROWSER_FFT');
Expand Down

0 comments on commit 8976a0f

Please sign in to comment.