↓ 9 callersFunction_resnet(
arch: str,
block: Type[Union[BasicBlock, Bottleneck]],
layers: List[int],
pretrained: bool,
YOPO/policy/models/resnet.py:254
↓ 4 callersMethod_make_layer(self, block: Type[Union[BasicBlock, Bottleneck]], planes: int, blocks: int,
stride: int =
YOPO/policy/models/resnet.py:208