FluxML/model-zoo
在 GitHub 查看60 minute blitz not wokring - trainimgs and valimgs not defined
Open
#322 创建于 2021年11月22日
bughelp wanted
仓库指标
- Star
- (934 star)
- PR 合并指标
- (平均合并 384天 21小时) (30 天内合并 2 个 PR)
描述
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.