config
This commit is contained in:
parent
3ad876ea69
commit
9ba7e24ebd
@ -1,14 +1,14 @@
|
||||
dataset_path: "Zombely/fiszki-ocr-train"
|
||||
pretrained_model_path: "Zombely/plwiki-proto-fine-tuned-v2"
|
||||
start_model_path: "Zombely/plwiki-proto-fine-tuned-v2"
|
||||
output_model_path: "Zombely/plwiki-proto-fine-tuned-v3"
|
||||
wandb_test_name: "fiszki-ocr-fine-tune"
|
||||
dataset_path: "Zombely/wikisource-small"
|
||||
pretrained_model_path: "Zombely/plwiki-proto-fine-tuned-v3.2"
|
||||
start_model_path: "Zombely/plwiki-proto-fine-tuned-v3.2"
|
||||
output_model_path: "Zombely/pl-donut"
|
||||
wandb_test_name: "wikisource-small"
|
||||
checkpoint_path: "./checkpoint"
|
||||
max_length: 768
|
||||
image_size: [2560, 1920]
|
||||
train_config:
|
||||
max_epochs: 1
|
||||
val_check_interval: 0.5
|
||||
val_check_interval: 0.3
|
||||
check_val_every_n_epoch: 1
|
||||
gradient_clip_val: 1.0
|
||||
num_training_samples_per_epoch: 800
|
||||
@ -19,4 +19,4 @@ train_config:
|
||||
num_nodes: 1
|
||||
warmup_steps: 300
|
||||
result_path: "./result"
|
||||
verbose: True
|
||||
verbose: True
|
Loading…
Reference in New Issue
Block a user