Skip to content

Commit 1f94a93

Browse files
committed
'instanciate' -> 'instantiate'
1 parent 4d176a9 commit 1f94a93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

speechbrain/nnet/complex_networks/c_normalization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def _check_input(self, input_shape):
329329

330330

331331
class CLayerNorm(torch.nn.Module):
332-
"""This class is used to instanciate the complex
332+
"""This class is used to instantiate the complex
333333
layer-normalization as introduced by "Deep Complex Networks",
334334
Trabelsi C. et al.
335335

0 commit comments

Comments
 (0)