(nevermind, I fixed it; after reviewing the notebook on Kaggle, I realize the function was defined up in an earlier cell)
Hello, I have trouble running a piece of code on my system, from this timestamp: Lesson 3: Practical Deep Learning for Coders 2022 - YouTube
I am having trouble running plot_function()
as it is written, running into unknown argument issue. From this thread, I conclude it is because of older version of fastbook.
But, how do I get the latest version? I am running the following packages below. How do I get the latest fastbook? From the Jupyter notebooks, they are running !pip install -Uqq fastai
to install.