Unverified Commit 3cffddbd authored by rvdmaazen's avatar rvdmaazen Committed by GitHub
Browse files

Spelling correction (#474)

parent df9a0417
...@@ -754,7 +754,7 @@ class FrequencyMasking(_AxisMasking): ...@@ -754,7 +754,7 @@ class FrequencyMasking(_AxisMasking):
Args: Args:
freq_mask_param (int): maximum possible length of the mask. freq_mask_param (int): maximum possible length of the mask.
Indices uniformly sampled from [0, freq_mask_param). Indices uniformly sampled from [0, freq_mask_param).
iid_masks (bool, optional): weather to apply the same mask to all iid_masks (bool, optional): whether to apply the same mask to all
the examples/channels in the batch. (Default: ``False``) the examples/channels in the batch. (Default: ``False``)
""" """
...@@ -768,7 +768,7 @@ class TimeMasking(_AxisMasking): ...@@ -768,7 +768,7 @@ class TimeMasking(_AxisMasking):
Args: Args:
time_mask_param (int): maximum possible length of the mask. time_mask_param (int): maximum possible length of the mask.
Indices uniformly sampled from [0, time_mask_param). Indices uniformly sampled from [0, time_mask_param).
iid_masks (bool, optional): weather to apply the same mask to all iid_masks (bool, optional): whether to apply the same mask to all
the examples/channels in the batch. (Default: ``False``) the examples/channels in the batch. (Default: ``False``)
""" """
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment