From b30e38e0668dfd8b305b92230db64571923c3662 Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Fri, 11 Nov 2022 05:40:46 +0000 Subject: [PATCH] Training in progress, epoch 1 --- .gitignore | 1 + config.json | 70 +++++++++++++++++++ preprocessor_config.json | 7 ++ pytorch_model.bin | 3 + ...ut.tfevents.1668145207.83a926bca661.1469.1 | 3 + ...ut.tfevents.1668145207.83a926bca661.1469.0 | 3 + training_args.bin | 3 + 7 files changed, 90 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 runs/Nov11_05-39-50_83a926bca661/1668145207.170642/events.out.tfevents.1668145207.83a926bca661.1469.1 create mode 100644 runs/Nov11_05-39-50_83a926bca661/events.out.tfevents.1668145207.83a926bca661.1469.0 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..61a424f --- /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": 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" +} 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..2c53e4b --- /dev/null +++ b/pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b4a779521f3dad1c8b343740b6b95cea1dcb7f5211da28d4ff673b57549065 +size 245212393 diff --git a/runs/Nov11_05-39-50_83a926bca661/1668145207.170642/events.out.tfevents.1668145207.83a926bca661.1469.1 b/runs/Nov11_05-39-50_83a926bca661/1668145207.170642/events.out.tfevents.1668145207.83a926bca661.1469.1 new file mode 100644 index 0000000..3bbe108 --- /dev/null +++ b/runs/Nov11_05-39-50_83a926bca661/1668145207.170642/events.out.tfevents.1668145207.83a926bca661.1469.1 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa8b6c1c5564bf555627d943cd4053749649ed02a1d28c2a000e53593cc86d1 +size 5489 diff --git a/runs/Nov11_05-39-50_83a926bca661/events.out.tfevents.1668145207.83a926bca661.1469.0 b/runs/Nov11_05-39-50_83a926bca661/events.out.tfevents.1668145207.83a926bca661.1469.0 new file mode 100644 index 0000000..7f10972 --- /dev/null +++ b/runs/Nov11_05-39-50_83a926bca661/events.out.tfevents.1668145207.83a926bca661.1469.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb5b85386cab92d3f4949acd7119896596b00750c7f08efb1b91b9385555681 +size 4350 diff --git a/training_args.bin b/training_args.bin new file mode 100644 index 0000000..b37abed --- /dev/null +++ b/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094a7a72446cd3addfae341c068fe92441d0be37384adb88dfe12feeca6e29f5 +size 3375