Method__init__(
self,
ema_decay: Union[None, float] = None,
monitor: Union[None, str] = None,
sgm/models/autoencoder.py:29
Method__init__(
self,
model: nn.Module,
shape: Union[None, Tuple[int, int], List[int]] = (16, 16),
sgm/models/autoencoder.py:568
Methodforward(
ctx,
run_function,
length_tensors,
length_non_tensors,
tensor_keys,
sgm/modules/diffusionmodules/util.py:80