Fix links in the doc (#619)

This commit is contained in:
Fangjun Kuang 2022-10-14 12:23:47 +08:00 committed by GitHub
parent 11bff57586
commit a66e74b92f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ html_context = {
"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

View File

@ -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}")