-
The slowest parts of training are probably computing data and data misfit gradients for every generated model, which is happening as you train. Unfortunately, computing data while training is the best…
-
i waiting sana so long for training on potato, but its not working on A40 with 48GPU(
```
(sana) root@c88159d783a4:/workspace/sana# bash train_scripts/train.sh configs/sana_config/1024ms/Sana_1600…
-
code was used as follow:
import torch
from diffusers import StableDiffusionPipeline, StableDiffusionImg2ImgPipeline, StableDiffusionInpaintPipelineLegacy, DDIMScheduler, AutoencoderKL
from PIL imp…
-
I am using Google Colab with the Tensorflow v2.17 and Keras v 3.4.1 libraries.
I need to save and load my models, but I haven't been able to make the '.keras' file format load correctly.
Here…
-
Hi Nathan,
Just curious would it be feasible to add MNNIST to the data options and add DMS (from Beta-VAE paper https://openreview.net/forum?id=Sy2fzU9gl) to metrics.
Just started learning PyTorch…
-
**Is your feature request related to a problem? Please describe.**
The current AnimateDiffSDXLPipeline doesn't support neither 1 controlnet nor multi controlnets.
I've been working on this task for …
-
Dear author,
Hi. When running train.py for qm9 dataset, I met the following errors.
> Traceback (most recent call last):
File "D:\PaperCode\PS-VAE\src\train.py", line 133, in
config = …
-
The nodes themselves work great, but there is no weight adjustment.
![image](https://github.com/user-attachments/assets/673dd3b9-4fac-4ddc-a6cd-7f58db9a7574)
-
Dear TA,
I wonder if it is possible for you to shed some light on basic information of Lab3-3.
1. Number of parameters.
I use the following code to count parameters:
```
param_count = 0
for …
-
Hi,
Very good repo. I am also doing some experiments with beta-VAE and your work was helpful. However, I couldn't reproduce the shape as you are showing in one of the notebooks (Peiyao_Sheng_beta_V…