vbakshi
(vishal_learner)
March 9, 2024, 12:52am
2
Can you reshare the Google Colab link?
vbakshi
(vishal_learner)
March 9, 2024, 3:03am
5
I think I got it—you can import it from fastai.callback.all:
Or you can import it directly from fastai.callback.hook:
arjanhada
(Arjan hada)
March 9, 2024, 11:58pm
6
Not just this but other callbacks are not working either.
vbakshi
(vishal_learner)
March 10, 2024, 3:35am
7
I’m getting the following error when trying to install miniai:
It doesn’t show up in search on pypi.org either:
I instead installed miniminiai and ran from miniminiai import * and was able to access those callbacks:
arjanhada
(Arjan hada)
March 10, 2024, 2:44pm
8
Thanks vbakshi. Very appreciated. That’s minai not miniai. Plus miniminiai does not have ActivationStats. And the behavior of ActivationStats from fastai.callback.all is different from minai.
1 Like