Training in progress, epoch 0

This commit is contained in:
Sayak Paul 2022-11-11 03:22:08 +00:00
parent fd9a56c444
commit 8780960082
27 changed files with 150 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
checkpoint-*/

70
config.json Normal file
View File

@ -0,0 +1,70 @@
{
"_name_or_path": "vinvino02/glpn-kitti",
"architectures": [
"GLPNForDepthEstimation"
],
"attention_probs_dropout_prob": 0.0,
"classifier_dropout_prob": 0.1,
"decoder_hidden_size": 64,
"depths": [
3,
8,
27,
3
],
"downsampling_rates": [
1,
4,
8,
16
],
"drop_path_rate": 0.1,
"head_in_index": -1,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_sizes": [
64,
128,
320,
512
],
"image_size": 224,
"initializer_range": 0.02,
"layer_norm_eps": 1e-06,
"max_depth": 10,
"mlp_ratios": [
4,
4,
4,
4
],
"model_type": "glpn",
"num_attention_heads": [
1,
2,
5,
8
],
"num_channels": 3,
"num_encoder_blocks": 4,
"patch_sizes": [
7,
3,
3,
3
],
"sr_ratios": [
8,
4,
2,
1
],
"strides": [
4,
2,
2,
2
],
"torch_dtype": "float32",
"transformers_version": "4.24.0"
}

7
preprocessor_config.json Normal file
View File

@ -0,0 +1,7 @@
{
"do_rescale": true,
"do_resize": true,
"feature_extractor_type": "GLPNImageProcessor",
"resample": 2,
"size_divisor": 32
}

3
pytorch_model.bin Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e369f1573af2ce696ae344193cad56ded44130ee48d641c262731806f7362291
size 245212393

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:993699ffca7e53478b4f155a5f5a0bf814a91a0bfbdbefd663645b28c97378ad
size 4357

3
training_args.bin Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc39a22baa2d251357d47dfd63c15c096fb672f3e356a714ea40229064dace79
size 3375