fastai / course22p2

course.fast.ai 2022 part 2
https://course.fast.ai/Lessons/part2.html
Apache License 2.0
467 stars 252 forks source link

RecorderCB plt not defined error #25

Open galopyz opened 10 months ago

galopyz commented 10 months ago

Hi,

I was trying to use plot from the RecorderCB in miniai/sgd.py, but it gave me plt is not defined error. Can anyone fix this issue please? I think it just needs matplotlib.pyplot as plt in one of the exported block in the file course22p2/nbs/12_accel_sgd.ipynb.

Thank you.