MCPcopy Create free account

hub / github.com/LTH14/mar / types & classes

Types & classes25 in github.com/LTH14/mar

↓ 6 callersClassResnetBlock
models/vae.py:55
↓ 4 callersClassAttnBlock
models/vae.py:115
↓ 3 callersClassMAR
Masked Autoencoder with VisionTransformer backbone
models/mar.py:22
↓ 2 callersClassAutoencoderKL
models/vae.py:450
↓ 2 callersClassDiagonalGaussianDistribution
models/vae.py:399
↓ 2 callersClassSmoothedValue
Track a series of values and provide access to smoothed values over a window or the global series average.
util/misc.py:20
↓ 1 callersClassCachedFolder
util/loader.py:29
↓ 1 callersClassDecoder
models/vae.py:275
↓ 1 callersClassDiffLoss
Diffusion Loss
models/diffloss.py:9
↓ 1 callersClassDownsample
models/vae.py:35
↓ 1 callersClassEncoder
models/vae.py:161
↓ 1 callersClassFinalLayer
The final layer adopted from DiT.
models/diffloss.py:131
↓ 1 callersClassGaussianDiffusion
Utilities for training and sampling diffusion models. Original ported from this codebase: https://github.com/hojonathanho/diffusion/blob/
diffusion/gaussian_diffusion.py:144
↓ 1 callersClassImageFolderWithFilename
util/loader.py:8
↓ 1 callersClassResBlock
A residual block that can optionally change the number of channels. :param channels: the number of input channels.
models/diffloss.py:99
↓ 1 callersClassSimpleMLPAdaLN
The MLP for Diffusion Loss. :param in_channels: channels in the input Tensor. :param model_channels: base channel count for the model.
models/diffloss.py:151
↓ 1 callersClassSpacedDiffusion
A diffusion process which can skip steps in a base diffusion process. :param use_timesteps: a collection (sequence or set) of timesteps from
diffusion/respace.py:65
↓ 1 callersClassTimestepEmbedder
Embeds scalar timesteps into vector representations.
models/diffloss.py:59
↓ 1 callersClassUpsample
models/vae.py:19
↓ 1 callersClass_WrappedModel
diffusion/respace.py:117
ClassLossType
diffusion/gaussian_diffusion.py:46
ClassMetricLogger
util/misc.py:82
ClassModelMeanType
Which type of output the model predicts.
diffusion/gaussian_diffusion.py:23
ClassModelVarType
What is used as the model's output variance. The LEARNED_RANGE option has been added to allow the model to predict values between FIXED_S
diffusion/gaussian_diffusion.py:33
ClassNativeScalerWithGradNormCount
util/misc.py:247