Skip to content

Commit

Permalink
Merge pull request Tencent#1 from GitHub30/GitHub30-patch-1
Browse files Browse the repository at this point in the history
Fix incorrect eval.model_dir in train.json
  • Loading branch information
liqunhit authored Jul 9, 2019
2 parents 1320c6b + 45e98c0 commit 0292aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/train.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"batch_size": 1024,
"is_flat": true,
"top_k": 100,
"model_dir": "checkpoint_dir_rcv1/TextCNN"
"model_dir": "checkpoint_dir_rcv1/TextCNN_best"
},
"TextVDCNN": {
"vdcnn_depth": 9,
Expand Down

0 comments on commit 0292aa2

Please sign in to comment.