Update v1-finetune_everydream.yaml
This commit is contained in:
parent
1b5dff0e3a
commit
846bd2d39b
|
@ -78,7 +78,7 @@ data:
|
|||
validation:
|
||||
target: ldm.data.ed_validate.EDValidateBatch
|
||||
params:
|
||||
repeats: 0.5
|
||||
repeats: 0.01
|
||||
test:
|
||||
target: ldm.data.ed_validate.EDValidateBatch
|
||||
params:
|
||||
|
@ -105,4 +105,4 @@ lightning:
|
|||
max_epochs: 6 # better to run several epochs and test your checkpoints! Try 4-5, you get a checkpoint every epoch to test!
|
||||
max_steps: 99000 # better to end on epochs not steps, especially with >500 images to ensure even distribution, but you can set this if you really want...
|
||||
check_val_every_n_epoch: 1
|
||||
gpus: 0,
|
||||
gpus: 0,
|
||||
|
|
Loading…
Reference in New Issue