Léopold Maillard
Léopold Maillard
Hello @patrickvonplaten ! It seems that `torch.manual_seed(0)` is still called to set the generator in the unconditional training script. I noticed this when tweaking the script to be able to...
I guess this problem will be further addressed in the upcoming unit 2 _Fine-Tuning and Guidance_ of the [HF Diffusion Course](https://github.com/huggingface/diffusion-models-class) ! Also, @lewtun mentioned "When dealing with higher-resolution inputs...
Hello @anton-l, thank you for your insight ! I also found out that Dhariwal & Nichol discussed hyperparameters tuning of DDPM in their paper _Diffusion Models Beat GANs on Image...
Hi @jaywhang, I think you're raising some super relevant questions here ! It seems that there are a lot of work in progress regarding parameterization (see #818, #1010, #1505). However,...
Had a similar issue when attaching to a remote container: ``` mkdir: cannot create directory '/.vscode-remote-containers': Permission denied ``` As suggested by @Alwaysproblem, downgrading Dev Containers to ```0.266.1``` fixed it.
Hello @chrmarti, similar to @Alwaysproblem, my `$HOME` is set to `/root`