MCPcopy Create free account
hub / github.com/CVL-UESTC/MVAR / __init__

Method __init__

models/basic_vae.py:213–276  ·  view source on GitHub ↗
(
        self,
        *,
        ch=128,
        ch_mult=(1, 2, 4, 8),
        num_res_blocks=2,
        dropout=0.0,
        in_channels=3,  # in_channels: raw img channels
        z_channels,
        using_sa=True,
        using_mid_sa=True,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

ResnetBlockClass · 0.85
make_attnFunction · 0.85
Upsample2xClass · 0.85
NormalizeFunction · 0.85
__init__Method · 0.45

Tested by

no test coverage detected