"graphbolt/src/vscode:/vscode.git/clone" did not exist on "74d88bf832a52b7f37b0b9383a9fdb0b91eda346"
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):
Args:
freq_mask_param (int): maximum possible length of the mask.
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``)
"""
......@@ -768,7 +768,7 @@ class TimeMasking(_AxisMasking):
Args:
time_mask_param (int): maximum possible length of the mask.
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``)
"""
......
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