FluxML / FastAI.jl

Repository of best practices for deep learning in Julia, inspired by fastai
https://fluxml.ai/FastAI.jl
MIT License
588 stars 51 forks source link

Missing ProgressBars.jl import for `Vision.imagedatasetstats` #214

Closed lorenzoh closed 2 years ago

lorenzoh commented 2 years ago

This was missed when moving vision functionality to a submodule.

FastAI.Vision.imagedatasetstats(img_container, Gray{N0f8})
ERROR: UndefVarError: tqdm not defined