Skip to content

Commit

Permalink
Fix links in the doc (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Oct 14, 2022
1 parent 11bff57 commit a66e74b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"github_user": "k2-fsa",
"github_repo": "icefall",
"github_version": "master",
"conf_py_path": "/icefall/docs/source/",
"conf_py_path": "/docs/source/",
}

todo_include_todos = True
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def main():
logging.info(f"device: {device}")

logging.info("Creating model")
model = get_transducer_model(params)
model = get_transducer_model(params, enable_giga=False)

num_param = sum([p.numel() for p in model.parameters()])
logging.info(f"Number of model parameters: {num_param}")
Expand Down

0 comments on commit a66e74b

Please sign in to comment.