clear-diffusion-keras
clear-diffusion-keras copied to clipboard
My trained model only generates noises
nice work of your diffusion model, however training results were generating only noises instead of images. what possibly could be wrong?
v_loss, i_loss, n_loss doesn't seem to get lower.
parameters were as set to default as mentioned and also tried changing the prediction_type to "velocity"
below are the loss chages after 80 epochs
Hi!
After 3-4 epochs you should already see some reasonable images. Did you see loss spikes during training? Did you change anything (network, dataset, resolution, hyperparams)? The loss usually stops decreasing after training for lots of epochs, but it should be already much lower, n_loss should be well below 0.2.