File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ def recurrent_args_preprocessor(args, kwargs):
161
161
kwargs .pop ('forget_bias_init' )
162
162
warnings .warn ('The `forget_bias_init` argument '
163
163
'has been ignored. Use `unit_forget_bias=True` '
164
- 'instead to intialize with ones.' , stacklevel = 3 )
164
+ 'instead to initialize with ones.' , stacklevel = 3 )
165
165
if 'input_dim' in kwargs :
166
166
input_length = kwargs .pop ('input_length' , None )
167
167
input_dim = kwargs .pop ('input_dim' )
@@ -461,7 +461,7 @@ def convlstm2d_args_preprocessor(args, kwargs):
461
461
else :
462
462
warnings .warn ('The `forget_bias_init` argument '
463
463
'has been ignored. Use `unit_forget_bias=True` '
464
- 'instead to intialize with ones.' , stacklevel = 3 )
464
+ 'instead to initialize with ones.' , stacklevel = 3 )
465
465
args , kwargs , _converted = conv2d_args_preprocessor (args , kwargs )
466
466
return args , kwargs , converted + _converted
467
467
You can’t perform that action at this time.
0 commit comments