From 15b9f69e814627a95e72214e8ddcb8db47437e62 Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Tue, 31 Jan 2023 04:31:14 +0000 Subject: [PATCH] Training in progress, epoch 1 --- .gitignore | 1 + config.json | 70 ++++++++++++++++++++++++++++++++++++++++ preprocessor_config.json | 7 ++++ pytorch_model.bin | 3 ++ training_args.bin | 3 ++ 5 files changed, 84 insertions(+) create mode 100644 .gitignore create mode 100644 config.json create mode 100644 preprocessor_config.json create mode 100644 pytorch_model.bin create mode 100644 training_args.bin diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0348ea9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +checkpoint-*/ \ No newline at end of file diff --git a/config.json b/config.json new file mode 100644 index 0000000..99a64a4 --- /dev/null +++ b/config.json @@ -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": 1, + "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" +} diff --git a/preprocessor_config.json b/preprocessor_config.json new file mode 100644 index 0000000..97ab696 --- /dev/null +++ b/preprocessor_config.json @@ -0,0 +1,7 @@ +{ + "do_rescale": true, + "do_resize": true, + "feature_extractor_type": "GLPNImageProcessor", + "resample": 2, + "size_divisor": 32 +} diff --git a/pytorch_model.bin b/pytorch_model.bin new file mode 100644 index 0000000..f3f9146 --- /dev/null +++ b/pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6939f8091fda1cdf258ce1f5b46a62673fa682299ec185b98de2acef187e4e8e +size 245212393 diff --git a/training_args.bin b/training_args.bin new file mode 100644 index 0000000..c237bc3 --- /dev/null +++ b/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa52d5a1a46aefc7a522f3b10e99c7d6da808e029654f70c8e77168aa0ba6a5 +size 3439