Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
meiamsome committed Jun 26, 2018
1 parent f8b83e2 commit 2275d47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Word2vec/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class Word2Vec {
add(inputs, max = 1) {
return tf.tidy(() => {
const sum = Word2Vec.addOrSubtract(this.model, inputs, 'ADD');
console.log(sum);
return Word2Vec.nearest(this.model, sum, inputs.length, inputs.length + max);
});
}
Expand Down

0 comments on commit 2275d47

Please sign in to comment.