I receive the above error when running the following on Julia 1.4.0 and 1.4.1:
using Flux
x = rand(Float32, 2, 2, 256, 10)
Dense(256, 2)(x)
I receive the above error when running the following on Julia 1.4.0 and 1.4.1:
using Flux
x = rand(Float32, 2, 2, 256, 10)
Dense(256, 2)(x)