mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Fix max_eig arg to TensorDiagnosticsOptions
This commit is contained in:
parent
7d7fc45ab2
commit
5a8cabd429
@ -980,8 +980,8 @@ def run(rank, world_size, args):
|
|||||||
|
|
||||||
if params.print_diagnostics:
|
if params.print_diagnostics:
|
||||||
opts = diagnostics.TensorDiagnosticOptions(
|
opts = diagnostics.TensorDiagnosticOptions(
|
||||||
2 ** 22
|
512,
|
||||||
) # allow 4 megabytes per sub-module
|
)
|
||||||
diagnostic = diagnostics.attach_diagnostics(model, opts)
|
diagnostic = diagnostics.attach_diagnostics(model, opts)
|
||||||
|
|
||||||
if params.inf_check:
|
if params.inf_check:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user