fix
This commit is contained in:
parent
b92252cd5c
commit
3fdffea37d
@ -1,7 +1,7 @@
|
||||
export Conv2D, MaxPool, Reshape
|
||||
|
||||
type Conv2D <: Model
|
||||
filter::Param{Array{Float32,4}} # [height, width, inchans, outchans]
|
||||
filter::Param{Array{Float64,4}} # [height, width, inchans, outchans]
|
||||
stride::Dims{2}
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user