@@ -222,7 +222,7 @@ defmodule Axon.Layers do
222222 ## Options
223223
224224 * `:strides` - kernel strides. Can be a scalar or a list
225- who's length matches the number of spatial dimensions in
225+ whose length matches the number of spatial dimensions in
226226 the input tensor. Defaults to 1.
227227
228228 * `:padding` - zero padding on the input. Can be one of
@@ -393,7 +393,7 @@ defmodule Axon.Layers do
393393 ## Options
394394
395395 * `:strides` - kernel strides. Can be a scalar or a list
396- who's length matches the number of spatial dimensions in
396+ whose length matches the number of spatial dimensions in
397397 the input tensor. Defaults to 1.
398398
399399 * `:padding` - zero padding on the input. Can be one of
@@ -516,7 +516,7 @@ defmodule Axon.Layers do
516516 ## Options
517517
518518 * `:strides` - kernel strides. Can be a scalar or a list
519- who's length matches the number of spatial dimensions in
519+ whose length matches the number of spatial dimensions in
520520 the input tensor. Defaults to 1.
521521
522522 * `:padding` - zero padding on the input. Can be one of
@@ -608,7 +608,7 @@ defmodule Axon.Layers do
608608 ## Options
609609
610610 * `:strides` - kernel strides. Can be a scalar or a list
611- who's length matches the number of spatial dimensions in
611+ whose length matches the number of spatial dimensions in
612612 the input tensor. Defaults to 1.
613613
614614 * `:padding` - zero padding on the input. Can be one of
@@ -675,7 +675,7 @@ defmodule Axon.Layers do
675675 ## Options
676676
677677 * `:strides` - kernel strides. Can be a scalar or a list
678- who's length matches the number of spatial dimensions in
678+ whose length matches the number of spatial dimensions in
679679 the input tensor. Defaults to 1.
680680
681681 * `:padding` - zero padding on the input. Can be one of
@@ -735,7 +735,7 @@ defmodule Axon.Layers do
735735 of the input tensor. Required.
736736
737737 * `:strides` - kernel strides. Can be a scalar or a list
738- who's length matches the number of spatial dimensions in
738+ whose length matches the number of spatial dimensions in
739739 the input tensor. Defaults to size of kernel.
740740
741741 * `:padding` - zero padding on the input. Can be one of
0 commit comments