FluxML/model-zoo

60 minute blitz not wokring - trainimgs and valimgs not defined

Offen

#322 geöffnet am 22.11.2021

 (11 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Julia (327 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (934 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 384T 21h) (2 gemergte PRs in 30 T)

Beschreibung

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