FluxML/model-zoo

60 minute blitz not wokring - trainimgs and valimgs not defined

Aberta

#322 aberto em 22 de nov. de 2021

 (11 comentários) (0 reação) (0 responsável)Julia (327 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (934 estrelas)
Métricas de merge de PR
 (Mesclagem média 384d 21h) (2 fundiu PRs em 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.

Guia do colaborador