DunnBC22 commited on
Commit
f34b8d6
1 Parent(s): d624f71

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/deit-base-distilled-patch16-224",
3
+ "architectures": [
4
+ "DeiTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "glioma_tumor",
13
+ "1": "meningioma_tumor",
14
+ "2": "no_tumor",
15
+ "3": "pituitary_tumor"
16
+ },
17
+ "image_size": 224,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "glioma_tumor": "0",
22
+ "meningioma_tumor": "1",
23
+ "no_tumor": "2",
24
+ "pituitary_tumor": "3"
25
+ },
26
+ "layer_norm_eps": 1e-12,
27
+ "model_type": "deit",
28
+ "num_attention_heads": 12,
29
+ "num_channels": 3,
30
+ "num_hidden_layers": 12,
31
+ "patch_size": 16,
32
+ "problem_type": "single_label_classification",
33
+ "qkv_bias": true,
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.28.1"
36
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_normalize": true,
8
+ "do_rescale": true,
9
+ "do_resize": true,
10
+ "feature_extractor_type": "DeiTFeatureExtractor",
11
+ "image_mean": [
12
+ 0.485,
13
+ 0.456,
14
+ 0.406
15
+ ],
16
+ "image_processor_type": "DeiTImageProcessor",
17
+ "image_std": [
18
+ 0.229,
19
+ 0.224,
20
+ 0.225
21
+ ],
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "height": 256,
26
+ "width": 256
27
+ }
28
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcb12751565b98413b3b659e3e1839adab136fe7118e2190d17c40a5b0cf8890
3
+ size 343278769
runs/Jun09_22-36-32_Brians-Mac-mini/1686368198.001021/events.out.tfevents.1686368198.Brians-Mac-mini.40839.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2652bf48327425ab132c446624be6347c04569a1159d709c03c180d41697dd8e
3
+ size 6020
runs/Jun09_22-36-32_Brians-Mac-mini/events.out.tfevents.1686368197.Brians-Mac-mini.40839.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:588dfb18c37bfee55e86a1bdd8975f47551c6310eba743ed1597c578b6ed1fb3
3
+ size 5288
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20bd093ae8551e34741327aa8d865386d5b6731aa0e63b569542000e44b13a86
3
+ size 3707