Commit
·
d518635
1
Parent(s):
47338ef
Upload training_params.json
Browse files- training_params.json +30 -0
training_params.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"data_path": "E:\\workspaces_python\\datastr\\1coverquilt_train_datasetv20231228-2",
|
3 |
+
"model": "E:\\workspaces_python\\model_local\\checkpoint-140",
|
4 |
+
"username": null,
|
5 |
+
"lr": 0.0002,
|
6 |
+
"epochs": 10,
|
7 |
+
"batch_size": 32,
|
8 |
+
"warmup_ratio": 0.1,
|
9 |
+
"gradient_accumulation": 1,
|
10 |
+
"optimizer": "adamw_torch",
|
11 |
+
"scheduler": "linear",
|
12 |
+
"weight_decay": 0.0,
|
13 |
+
"max_grad_norm": 1.0,
|
14 |
+
"seed": 42,
|
15 |
+
"train_split": "train",
|
16 |
+
"valid_split": null,
|
17 |
+
"logging_steps": -1,
|
18 |
+
"project_name": "E:\\workspaces_python\\model_local\\vit-base-patch16-224-model",
|
19 |
+
"auto_find_batch_size": false,
|
20 |
+
"mixed_precision": "no",
|
21 |
+
"save_total_limit": 3,
|
22 |
+
"save_strategy": "epoch",
|
23 |
+
"token": null,
|
24 |
+
"push_to_hub": false,
|
25 |
+
"repo_id": null,
|
26 |
+
"evaluation_strategy": "epoch",
|
27 |
+
"image_column": "image",
|
28 |
+
"target_column": "label",
|
29 |
+
"log": "none"
|
30 |
+
}
|