ltx23_video_up_block3d

LTX video up block

Description

Optional channel-changing conv-in ResNet, pixel-shuffle upsampler, then a ResNet stack at the output channel count.

Usage

ltx23_video_up_block3d(in_channels, out_channels = NULL, num_layers = 1L,
                       resnet_eps = 1e-06, spatio_temporal_scale = TRUE,
                       upsample_type = "spatiotemporal",
                       upsample_residual = FALSE, upscale_factor = 1L,
                       spatial_padding_mode = "zeros")

Arguments

  • num_layers: Integer.
  • resnet_eps: Numeric.
  • spatio_temporal_scale: Logical.
  • upsample_type: “spatial”, “temporal”, or “spatiotemporal”.
  • upsample_residual: Logical.
  • upscale_factor: Integer.
  • spatial_padding_mode: Character.
  • in_channels,out_channels: Integers.