Skip to content

Commit 2275d47

Browse files
committed
Remove console.log
1 parent f8b83e2 commit 2275d47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Word2vec/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ class Word2Vec {
4141
add(inputs, max = 1) {
4242
return tf.tidy(() => {
4343
const sum = Word2Vec.addOrSubtract(this.model, inputs, 'ADD');
44-
console.log(sum);
4544
return Word2Vec.nearest(this.model, sum, inputs.length, inputs.length + max);
4645
});
4746
}

0 commit comments

Comments
 (0)