Training in progress, epoch 1
This commit is contained in:
parent
68189adcad
commit
b30e38e066
|
@ -0,0 +1 @@
|
|||
checkpoint-*/
|
|
@ -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"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"do_rescale": true,
|
||||
"do_resize": true,
|
||||
"feature_extractor_type": "GLPNImageProcessor",
|
||||
"resample": 2,
|
||||
"size_divisor": 32
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66b4a779521f3dad1c8b343740b6b95cea1dcb7f5211da28d4ff673b57549065
|
||||
size 245212393
|
BIN
runs/Nov11_05-39-50_83a926bca661/1668145207.170642/events.out.tfevents.1668145207.83a926bca661.1469.1 (Stored with Git LFS)
Normal file
BIN
runs/Nov11_05-39-50_83a926bca661/1668145207.170642/events.out.tfevents.1668145207.83a926bca661.1469.1 (Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fb5b85386cab92d3f4949acd7119896596b00750c7f08efb1b91b9385555681
|
||||
size 4350
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:094a7a72446cd3addfae341c068fe92441d0be37384adb88dfe12feeca6e29f5
|
||||
size 3375
|
Loading…
Reference in New Issue