more correct
This commit is contained in:
parent
ee3784964e
commit
7aa6854c64
@ -5,7 +5,7 @@
|
||||
Standard convolutional layer. `size` should be a tuple like `(2, 2)`.
|
||||
`in` and `out` specify the number of input and output channels respectively.
|
||||
|
||||
Data should be stored in HWCN order. In other words, a 100×100 RGB image would
|
||||
Data should be stored in WHCN order. In other words, a 100×100 RGB image would
|
||||
be a `100×100×3` array, and a batch of 50 would be a `100×100×3×50` array.
|
||||
|
||||
Takes the keyword arguments `pad` and `stride`.
|
||||
|
Loading…
Reference in New Issue
Block a user