FluxML/model-zoo

60 minute blitz not wokring - trainimgs and valimgs not defined

Open

#322 ouverte le 22 nov. 2021

Voir sur GitHub
 (11 commentaires) (0 réactions) (0 assignés)Julia (327 forks)batch import
bughelp wanted

Métriques du dépôt

Stars
 (934 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur