first commit
This commit is contained in:
parent
283cce3112
commit
7ae5a570e0
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"epoch": 2.0,
|
||||
"train_loss": 0.42350826412439346,
|
||||
"train_runtime": 281.0207,
|
||||
"train_samples_per_second": 21.735,
|
||||
"train_steps_per_second": 0.057
|
||||
}
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"crop_size": 224,
|
||||
"do_center_crop": false,
|
||||
"do_normalize": true,
|
||||
"do_resize": true,
|
||||
"feature_extractor_type": "BeitFeatureExtractor",
|
||||
"image_mean": [
|
||||
0.5,
|
||||
0.5,
|
||||
0.5
|
||||
],
|
||||
"image_std": [
|
||||
0.5,
|
||||
0.5,
|
||||
0.5
|
||||
],
|
||||
"reduce_labels": false,
|
||||
"resample": 2,
|
||||
"size": 384
|
||||
}
|
Binary file not shown.
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"epoch": 2.0,
|
||||
"train_loss": 0.42350826412439346,
|
||||
"train_runtime": 281.0207,
|
||||
"train_samples_per_second": 21.735,
|
||||
"train_steps_per_second": 0.057
|
||||
}
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"best_metric": null,
|
||||
"best_model_checkpoint": null,
|
||||
"epoch": 2.0,
|
||||
"global_step": 16,
|
||||
"is_hyper_param_search": false,
|
||||
"is_local_process_zero": true,
|
||||
"is_world_process_zero": true,
|
||||
"log_history": [
|
||||
{
|
||||
"epoch": 1.25,
|
||||
"learning_rate": 2.1428571428571428e-05,
|
||||
"loss": 0.4779,
|
||||
"step": 10
|
||||
},
|
||||
{
|
||||
"epoch": 1.25,
|
||||
"eval_accuracy": 0.8764705882352941,
|
||||
"eval_loss": 0.2936067581176758,
|
||||
"eval_runtime": 13.2749,
|
||||
"eval_samples_per_second": 25.612,
|
||||
"eval_steps_per_second": 0.151,
|
||||
"step": 10
|
||||
},
|
||||
{
|
||||
"epoch": 2.0,
|
||||
"step": 16,
|
||||
"total_flos": 1.393844934286246e+18,
|
||||
"train_loss": 0.42350826412439346,
|
||||
"train_runtime": 281.0207,
|
||||
"train_samples_per_second": 21.735,
|
||||
"train_steps_per_second": 0.057
|
||||
}
|
||||
],
|
||||
"max_steps": 16,
|
||||
"num_train_epochs": 2,
|
||||
"total_flos": 1.393844934286246e+18,
|
||||
"trial_name": null,
|
||||
"trial_params": null
|
||||
}
|
Binary file not shown.
Loading…
Reference in New Issue