-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Closed
Labels
staleIssues that haven't received updatesIssues that haven't received updates
Description
Hi, As mentioned in https://huggingface.co/docs/diffusers/training/unconditional_training, I am trying to fine-tune on the CartoonSet[https://google.github.io/cartoonset/] dataset. However, after training for 100 epochs, on inspecting via Tensorboard, I still see only noise being generated.
Dataset stats -
10k images, 500*500 RGB images
Script/params -
accelerate launch train_unconditional.py \
--train_data_dir=/home/achatt39/cartoonset10k/training_images \
--resolution=64 \
--output_dir="ddpm-ema-cartoons-64_2" \
--train_batch_size=16 \
--num_epochs=100 \
--gradient_accumulation_steps=1 \
--learning_rate=1e-4 \
--lr_warmup_steps=500 \
--mixed_precision=no
Logs attached -
logs.zip
Looking for any assistance on what might be the issue!
Metadata
Metadata
Assignees
Labels
staleIssues that haven't received updatesIssues that haven't received updates