T. Xu

Results 6 issues of T. Xu

Hi thanks for this amazing project, I like it. I find an implementation detail of Importance Weighted Autoencoder concerning: * First, it is SGVB 1 (Auto-encoding Variational Bayes Eq 6)...

As described in #01, the Concatenation operation in InputTransition has not been fix. Note that this could cause confusion in training, as the data should be of size() [Batchsize, Channel,...

Hi John Emmons, Thanks for providing this lib. Practically speaking being able to play raw yuv loop infinitely is super useful for simulated environment for chrome and skype, and GStreamer...

# What does this PR do? TLDR: This PR includes openai/guided-diffusion pre-trained models into diffusers, with a diverse family of pre-trained openai/guided-diffusion models, including pre-trained model with ImageNet, LSUN bedroom,...

Hi, Thanks for this cool work. Would you mind appending our work on diffusion image codec? idempotence and perceptual image compression, ICLR 2024 Arxiv: https://arxiv.org/abs/2401.08920 Code: https://github.com/tongdaxu/idempotence-and-perceptual-image-compression Besides, [TOWARDS IMAGE...

This line of code in https://github.com/Stability-AI/generative-models/blob/0ad7de9a5cb53fd63d6d30a4f385485e72e08597/main.py#L701C24-L701C30 should be amended from ```python config=config ``` to ```python config=default_logger_cfg ``` otherwise ```bash main.py --config=xxx --wandb ``` will cause error in wandb init in...