We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b83e2 commit 2275d47Copy full SHA for 2275d47
src/Word2vec/index.js
@@ -41,7 +41,6 @@ class Word2Vec {
41
add(inputs, max = 1) {
42
return tf.tidy(() => {
43
const sum = Word2Vec.addOrSubtract(this.model, inputs, 'ADD');
44
- console.log(sum);
45
return Word2Vec.nearest(this.model, sum, inputs.length, inputs.length + max);
46
});
47
}
0 commit comments