Training in progress, epoch 1

This commit is contained in:
Sayak Paul 2022-11-11 05:40:46 +00:00
parent 68189adcad
commit b30e38e066
7 changed files with 90 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-nyu",
"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:66b4a779521f3dad1c8b343740b6b95cea1dcb7f5211da28d4ff673b57549065
size 245212393

View File

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

3
training_args.bin Normal file
View File

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