Mitchnoff

Results 3 comments of Mitchnoff

Due to the character limit I had to remove a lot of the error message. It is posted in its entirety here in case it is needed: Full Error Message...

Additionally, here is the script used to train the diffusion model: train.sh ``` #!/bin/bash MODEL_FLAGS="--image_size 256 --num_channels 128 --num_res_blocks 3 --class_cond True" DIFFUSION_FLAGS="--diffusion_steps 1000 --noise_schedule linear" TRAIN_FLAGS="--lr 1e-4 --batch_size 4"...

> @Mitchnoff, I get the same error. Could you let me know if you found a solution? I've tried working on 64x64 images to start but am still facing the...