fix typos (#409)

This commit is contained in:
Quandwang 2022-06-08 20:08:44 +08:00 committed by GitHub
parent 5079d99ee2
commit 8512aaf585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 11 deletions

View File

@ -456,7 +456,7 @@ def compute_loss(
is_training: bool, is_training: bool,
) -> Tuple[Tensor, MetricsTracker]: ) -> Tuple[Tensor, MetricsTracker]:
""" """
Compute CTC loss given the model and its inputs. Compute RNN-T loss given the model and its inputs.
Args: Args:
params: params:

View File

@ -510,7 +510,7 @@ def compute_loss(
warmup: float = 1.0, warmup: float = 1.0,
) -> Tuple[Tensor, MetricsTracker]: ) -> Tuple[Tensor, MetricsTracker]:
""" """
Compute CTC loss given the model and its inputs. Compute RNN-T loss given the model and its inputs.
Args: Args:
params: params:

View File

@ -546,7 +546,7 @@ def compute_loss(
warmup: float = 1.0, warmup: float = 1.0,
) -> Tuple[Tensor, MetricsTracker]: ) -> Tuple[Tensor, MetricsTracker]:
""" """
Compute CTC loss given the model and its inputs. Compute RNN-T loss given the model and its inputs.
Args: Args:
params: params:

View File

@ -536,7 +536,7 @@ def compute_loss(
warmup: float = 1.0, warmup: float = 1.0,
) -> Tuple[Tensor, MetricsTracker]: ) -> Tuple[Tensor, MetricsTracker]:
""" """
Compute CTC loss given the model and its inputs. Compute RNN-T loss given the model and its inputs.
Args: Args:
params: params:

View File

@ -577,7 +577,7 @@ def compute_loss(
warmup: float = 1.0, warmup: float = 1.0,
) -> Tuple[Tensor, MetricsTracker]: ) -> Tuple[Tensor, MetricsTracker]:
""" """
Compute CTC loss given the model and its inputs. Compute RNN-T loss given the model and its inputs.
Args: Args:
params: params:

View File

@ -580,7 +580,7 @@ def compute_loss(
warmup: float = 1.0, warmup: float = 1.0,
) -> Tuple[Tensor, MetricsTracker]: ) -> Tuple[Tensor, MetricsTracker]:
""" """
Compute CTC loss given the model and its inputs. Compute RNN-T loss given the model and its inputs.
Args: Args:
params: params:

View File

@ -360,7 +360,7 @@ def compute_loss(
is_training: bool, is_training: bool,
) -> Tuple[Tensor, MetricsTracker]: ) -> Tuple[Tensor, MetricsTracker]:
""" """
Compute CTC loss given the model and its inputs. Compute RNN-T loss given the model and its inputs.
Args: Args:
params: params:

View File

@ -364,7 +364,7 @@ def compute_loss(
is_training: bool, is_training: bool,
) -> Tuple[Tensor, MetricsTracker]: ) -> Tuple[Tensor, MetricsTracker]:
""" """
Compute CTC loss given the model and its inputs. Compute RNN-T loss given the model and its inputs.
Args: Args:
params: params:

View File

@ -381,7 +381,7 @@ def compute_loss(
is_training: bool, is_training: bool,
) -> Tuple[Tensor, MetricsTracker]: ) -> Tuple[Tensor, MetricsTracker]:
""" """
Compute CTC loss given the model and its inputs. Compute RNN-T loss given the model and its inputs.
Args: Args:
params: params:

View File

@ -370,7 +370,7 @@ def compute_loss(
is_training: bool, is_training: bool,
) -> Tuple[Tensor, MetricsTracker]: ) -> Tuple[Tensor, MetricsTracker]:
""" """
Compute CTC loss given the model and its inputs. Compute RNN-T loss given the model and its inputs.
Args: Args:
params: params:

View File

@ -425,7 +425,7 @@ def compute_loss(
is_training: bool, is_training: bool,
) -> Tuple[Tensor, MetricsTracker]: ) -> Tuple[Tensor, MetricsTracker]:
""" """
Compute CTC loss given the model and its inputs. Compute RNN-T loss given the model and its inputs.
Args: Args:
params: params: