↓ 9 callersMethod__init__(self, *, ch, out_ch, ch_mult=(1,2,4,8), num_res_blocks,
attn_resolutions, dropout=0.0, resam
opensora/models/ae/imagebase/vqvae/model.py:196
↓ 9 callersMethod__init__(self, in_features, hidden_features=None, out_features=None, act_layer=nn.GELU, drop=0.)
opensora/models/super_resolution/basicsr/archs/rgt_arch.py:58
↓ 7 callersMethod__init__(self, pretrained=True, net='alex', version='0.1', lpips=True, spatial=False,
pnet_rand=False, pnet_t
opensora/eval/flolpips/flolpips.py:54
↓ 5 callersFunctionconvrelu(in_channels, out_channels, kernel_size=3, stride=1, padding=1, dilation=1, groups=1, bias=True)
opensora/models/frame_interpolation/networks/blocks/ifrnet.py:10
↓ 4 callersMethodcheck_interval(
self,
train_eps,
sample_eps,
*,
diffusion_form="SBDM",
s
opensora/models/diffusion/transport/transport.py:73
↓ 4 callersMethodforward Args: pred (Tensor): of shape (N, C, H, W). Predicted tensor. target (Tensor): of shape (N, C, H, W). Ground truth te
opensora/models/super_resolution/basicsr/losses/losses.py:47
↓ 4 callersMethodprocess(self, batch_tubes, t_ds_stride, ds_stride, max_thw, ae_stride_thw, patch_size_thw, extra_1)
opensora/utils/dataset_utils.py:112
↓ 4 callersFunctionreorder_imageReorder images to 'HWC' order. If the input_order is (h, w), return (h, w, 1); If the input_order is (c, h, w), return (h, w, c); If the
opensora/models/super_resolution/basicsr/metrics/metric_util.py:6
↓ 3 callersMethod_corr_scale_lookup(self, corr_fn, coord, flow0, flow1, embt, downsample=1)
opensora/models/frame_interpolation/networks/AMT-G.py:61