Add model

This commit is contained in:
Niels Rogge 2022-03-18 16:15:26 +01:00
parent 0b286f7db3
commit c0b18810c5
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
],
"attention_probs_dropout_prob": 0.0,
"classifier_dropout_prob": 0.1,
"decoder_hidden_size": 768,
"decoder_hidden_size": 64,
"depths": [
3,
8,
@ -18,6 +18,7 @@
16
],
"drop_path_rate": 0.1,
"head_in_index": -1,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_sizes": [
@ -27,7 +28,6 @@
512
],
"image_size": 224,
"in_index": -1,
"initializer_range": 0.02,
"layer_norm_eps": 1e-06,
"max_depth": 10,

BIN
pytorch_model.bin (Stored with Git LFS)

Binary file not shown.