Update v1-finetune_micro.yaml
This commit is contained in:
parent
7dbb348f57
commit
99a9bc758d
|
@ -78,7 +78,7 @@ data:
|
||||||
validation:
|
validation:
|
||||||
target: ldm.data.ed_validate.EDValidateBatch
|
target: ldm.data.ed_validate.EDValidateBatch
|
||||||
params:
|
params:
|
||||||
repeats: 10
|
repeats: 0.01
|
||||||
test:
|
test:
|
||||||
target: ldm.data.ed_validate.EDValidateBatch
|
target: ldm.data.ed_validate.EDValidateBatch
|
||||||
params:
|
params:
|
||||||
|
@ -105,4 +105,4 @@ lightning:
|
||||||
max_epochs: 4 # suggest 3-4+ and adjust repeats above, this will give you a few ckpts to test
|
max_epochs: 4 # suggest 3-4+ and adjust repeats above, this will give you a few ckpts 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...
|
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
|
check_val_every_n_epoch: 1
|
||||||
gpus: 0,
|
gpus: 0,
|
||||||
|
|
Loading…
Reference in New Issue