Skip to content

Commit

Permalink
comment out test() in model
Browse files Browse the repository at this point in the history
  • Loading branch information
brightmart authored Aug 20, 2017
1 parent 36dfe9d commit 916acd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions a01_FastText/p5_fastTextB_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ def test():
loss,acc,predict,_=sess.run([fastText.loss_val,fastText.accuracy,fastText.predictions,fastText.train_op],
feed_dict={fastText.sentence:input_x,fastText.labels:input_y})
print("loss:",loss,"acc:",acc,"label:",input_y,"prediction:",predict)
test()
print("ended...")
#test()
print("ended...")

0 comments on commit 916acd3

Please sign in to comment.