FluxML/model-zoo

60 minute blitz not wokring - trainimgs and valimgs not defined

Open

#322 opened on Nov 22, 2021

View on GitHub
 (11 comments) (0 reactions) (0 assignees)Julia (327 forks)batch import
bughelp wanted

Repository metrics

Stars
 (934 stars)
PR merge metrics
 (Avg merge 384d 21h) (2 merged PRs in 30d)

Description

From the 60-minute blitz:

using Statistics
using Flux, Flux.Optimise
using Images: channelview
using Metalhead
using Metalhead: trainimgs, valimgs
using Images.ImageCore
using Flux: onehotbatch, onecold, flatten
using Base.Iterators: partition

However, I get the following error: image

So the example is not functional.

Contributor guide