Where to import LinBnDrop layer from in Fastai or pyTorch?

174 Views Asked by At

I wonder where to find the LinBnDrop layer class in Fastai? The documentation only describes the class, but does not show where to import it from.

1

There are 1 best solutions below

0
On

And found it:

from fastai.layers import LinBnDrop