make_upsampling_layers

lightning_pose.models.heads.heatmap.make_upsampling_layers(in_channels: int, out_channels: int, int_channels: int, n_layers: int) Sequential[source]