Skip to content

Commit

Permalink
upload 4-layer model
Browse files Browse the repository at this point in the history
  • Loading branch information
chaiyekun authored and chaiyekun committed Feb 14, 2019
1 parent 0a31e49 commit 18c6444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/EnsembleDemo.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public TextCNN _load_TextCNNs() {
}

public Bert _load_Bert() {
String bert_model_path = "pb_model/bert_L8_FC3_Seq128.pb";
String bert_model_path = "pb_model/bert_L4_FC3_Seq128.pb";
Bert bert = new Bert(bert_model_path);
return bert;
}
Expand Down

0 comments on commit 18c6444

Please sign in to comment.