ltx23_video_upsampler3d

Pixel-shuffle 3D upsampler

Description

Conv followed by channel-to-space/time rearrangement, with an optional channel-repeat residual and an upscale factor that divides the conv output channels.

Usage

ltx23_video_upsampler3d(in_channels, stride = c(1L, 1L, 1L), residual = FALSE,
                        upscale_factor = 1L, spatial_padding_mode = "zeros")

Arguments

  • in_channels: Integer.
  • stride: Length-3 integer vector (t, h, w).
  • residual: Logical. Add the rearranged input as a residual.
  • upscale_factor: Integer.
  • spatial_padding_mode: Character.