Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
qhduan committed Feb 17, 2018
1 parent 43756cb commit 8e76dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatbot_ad/train_discriminative.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test(bidirectional, cell_type, depth,
open('chatbot.pkl', 'rb'))

# 训练部分
n_epoch = 5
n_epoch = 1
batch_size = 512
steps = int(len(x_data) / batch_size) + 1

Expand Down

0 comments on commit 8e76dcf

Please sign in to comment.