Pingu

Results 24 issues of Pingu

Hi, Thanks for sharing the code. Just wondering how to set our hyper parameters in the flags? I changed some of the hyper parameters in "def model_and_diffusion_defaults():" function in "script_utils.py"....

Hi, Are checkpoints available for this model or should I train the model to get them? Thanks.

These steps resolved the rendering issue for me: 1. Set the environment variable: ```bash setenv PYOPENGL_PLATFORM egl ``` 2. Upgrade PyOpenGL and PyOpenGL\_accelerate: ```bash pip install --upgrade PyOpenGL PyOpenGL_accelerate ```...

Hi, Thanks for sharing the repo. I want to train a model from scratch on the DISFA dataset. I have downloaded the dataset, which contains AU intensity values per frame...