ltx23_video_resnet_block3d

LTX 3D ResNet block

Description

PerChannelRMSNorm -> SiLU -> causal conv, twice, with a LayerNorm + 1x1 Conv3d shortcut when the channel count changes.

Usage

ltx23_video_resnet_block3d(in_channels, out_channels = NULL, eps = 1e-06,
                           spatial_padding_mode = "zeros")

Arguments

  • eps: Numeric. Shortcut LayerNorm epsilon.
  • spatial_padding_mode: Character.
  • in_channels,out_channels: Integers.