Problem with Metalhead.jl

I try to run this code: GPU vs CPU benchmarks with Flux.jl

But executing:

using Metalhead, Images
using Metalhead: trainimgs

fails with:

julia> using Metalhead: trainimgs
ERROR: UndefVarError: `trainimgs` not defined
Stacktrace:
 [1] top-level scope
   @ ~/.julia/packages/CUDA/is36v/src/initialization.jl:162

Any idea?

Found this issue: trainimgs not defined · Issue #98 · FluxML/Metalhead.jl · GitHub