FluxML/model-zoo
Vedi su GitHub60 minute blitz not wokring - trainimgs and valimgs not defined
Open
#322 aperta il 22 nov 2021
bughelp wanted
Metriche repository
- Star
- (934 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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:

So the example is not functional.