Method__init__(
self,
in_channels,
model_channels,
out_channels,
num_res_blocks=1,
src/diffusion/unet_triplane.py:346
Method__init__(
self,
in_channels,
model_channels,
out_channels,
num_res_blocks=1,
src/diffusion/unet_triplane.py:544
Method__init__(
self,
*,
betas,
model_mean_type,
model_var_type,
loss_type,
src/diffusion/gaussian_diffusion.py:119
Method__init__(
self,
*,
model,
diffusion,
data,
batch_size,
microba
src/diffusion/train_util.py:27
Method__init__(self, in_channels, out_channels, hidden_channels, num_hidden_layers, posenc=0)
src/encoding/blocks.py:66
Method__init__(self, in_channels, out_channels=None, dropout=0, up=False, num_groups=8, ks=3, input_norm=True, input_act=Tru
src/encoding/blocks.py:109
Method__init__(self, in_channels, out_channels, up=False, ks=3, input_norm=True, input_act=True)
src/encoding/blocks.py:190
Method__init__(self, geo_feat_channels, tex_feat_channels, feat_channel_up, mlp_hidden_channels, mlp_hidden_layers, use_tex=
src/encoding/networks.py:125
Method__init__(self, geo_feat_channels, tex_feat_channels, feat_channel_up, mlp_hidden_channels, mlp_hidden_layers, use_tex=
src/encoding/networks.py:228