mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-10 02:22:17 +00:00
Fix links in the doc (#619)
This commit is contained in:
parent
11bff57586
commit
a66e74b92f
@ -74,7 +74,7 @@ html_context = {
|
|||||||
"github_user": "k2-fsa",
|
"github_user": "k2-fsa",
|
||||||
"github_repo": "icefall",
|
"github_repo": "icefall",
|
||||||
"github_version": "master",
|
"github_version": "master",
|
||||||
"conf_py_path": "/icefall/docs/source/",
|
"conf_py_path": "/docs/source/",
|
||||||
}
|
}
|
||||||
|
|
||||||
todo_include_todos = True
|
todo_include_todos = True
|
||||||
|
@ -271,7 +271,7 @@ def main():
|
|||||||
logging.info(f"device: {device}")
|
logging.info(f"device: {device}")
|
||||||
|
|
||||||
logging.info("Creating model")
|
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()])
|
num_param = sum([p.numel() for p in model.parameters()])
|
||||||
logging.info(f"Number of model parameters: {num_param}")
|
logging.info(f"Number of model parameters: {num_param}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user