-
Thanks for sharing such a very meaningful and valuable work!
I encountered some problems when reproducing this work on CIFAR10 dataset. The performance of CDDM+JSCC could not surpass that of JSCC (on…
-
I'm trying to set up this node but i keep getting the following error:
This is the system i'm running on:
Total VRAM 6144 MB, total RAM 16337 MB
Set vram state to: NORMAL_VRAM
Device: cuda:0 N…
-
I recently came across an an article that helps address a major issue with training Stable Diffusion models: https://www.crosslabs.org/blog/diffusion-with-offset-noise
Basically in the training lo…
-
Hi. I'm using TFP and Keras to implement DP-GAN. I define the optimizer as follows:
```
optimizer = DPRMSPropGaussianOptimizer(l2_norm_clip=args.l2_norm_clip,
…
-
Hi, thanks for your inspiring work. Such a framework is really useful for the community of collaborative perception.
I want to reproduce the results in the paper, so I run "python opencood/tools/tr…
-
Hi, thank you for your great work!
I am a little bit confused that the noise_index adopted in NCR and DECL are different, while in BiCro it seems to take the noise_index in NCR in the file [./nois…
-
The model can distinguish a blurry map from a crisp one, even when the maps are randomly oriented with noise.
Now we'd like to know how similar the maps can be, and how noisy the 2D projections can…
-
File "train.py", line 206, in
train_loop(config, model, noise_scheduler, optimizer, train_dataloader)
File "train.py", line 131, in train_loop
noisy_latents = noise_scheduler.add_noise(…
-
Hello,
I am using this approach for CT to pseudo-MRI conversion. In a previous comment, you mentioned that this method is sensitive to noise. I would like to know if this sensitivity is observed on…
-
Hi, nice repo, really appreciate it.
One thing is that in the implementation of Song's consistency models, before inputting sigmas in to the network, there is a rescale:
```rescaled_t = 1000 * 0.2…