Skip to content

Commit d091ab6

Browse files
committed
update graph_dir
1 parent 0d96179 commit d091ab6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/k3.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ int main(int argc, char *argv[]) {
8181

8282
if(argc == 3) {
8383
nnet_dir = argv[1];
84+
graph_dir = nnet_dir + "/graph_pp";
8485
fst_rxfilename = argv[2];
8586
}
8687
else if(argc != 1) {

0 commit comments

Comments
 (0)