from fastai.gen_doc.nbdoc import * from fastai.vision.models.unet import * show_doc(DynamicUnet) show_doc(UnetBlock) show_doc(UnetBlock.forward)