diff options
author | Yimmon Zhuang <[email protected]> | 2015-08-14 17:40:18 +0800 |
---|---|---|
committer | Yimmon Zhuang <[email protected]> | 2015-08-14 17:40:18 +0800 |
commit | dfdd17afc2e984ec6c32ea01290f5c76309a456a (patch) | |
tree | bfea20e97c200cf734021e3756d749c892e658a4 /htk_io/tools/tnet_to_nerv.c | |
parent | 70d52a3dc6c120fe76e1109e844303e2f5e61872 (diff) | |
parent | 10cce5f6a5c9e2f8e00d5a2a4d87c9cb7c26bf4c (diff) |
solve dependencies
Diffstat (limited to 'htk_io/tools/tnet_to_nerv.c')
-rw-r--r-- | htk_io/tools/tnet_to_nerv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htk_io/tools/tnet_to_nerv.c b/htk_io/tools/tnet_to_nerv.c index f781236..5774819 100644 --- a/htk_io/tools/tnet_to_nerv.c +++ b/htk_io/tools/tnet_to_nerv.c @@ -41,7 +41,7 @@ int main() { fprintf(fout, "%16d", 0); fprintf(fout, "{type=\"nerv.BiasParam\",id=\"affine%d_bp\"}\n", cnt); - fprintf(fout, "1 %d\n", nrow, ncol); + fprintf(fout, "1 %d\n", ncol); for (j = 0; j < ncol; j++) fprintf(fout, "%.8f ", mat[0][j]); fprintf(fout, "\n"); |