DunnBC22 commited on
Commit
43ba558
1 Parent(s): 111f971

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Visual-Attention-Network/van-base",
3
+ "architectures": [
4
+ "VanForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 12,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "dropout_rate": 0.0,
14
+ "hidden_act": "gelu",
15
+ "hidden_sizes": [
16
+ 64,
17
+ 128,
18
+ 320,
19
+ 512
20
+ ],
21
+ "id2label": {
22
+ "0": "glioma_tumor",
23
+ "1": "meningioma_tumor",
24
+ "2": "no_tumor",
25
+ "3": "pituitary_tumor"
26
+ },
27
+ "image_size": 224,
28
+ "initializer_range": 0.02,
29
+ "label2id": {
30
+ "glioma_tumor": "0",
31
+ "meningioma_tumor": "1",
32
+ "no_tumor": "2",
33
+ "pituitary_tumor": "3"
34
+ },
35
+ "layer_norm_eps": 1e-06,
36
+ "layer_scale_init_value": 0.01,
37
+ "mlp_ratios": [
38
+ 8,
39
+ 8,
40
+ 4,
41
+ 4
42
+ ],
43
+ "model_type": "van",
44
+ "num_channels": 3,
45
+ "patch_sizes": [
46
+ 7,
47
+ 3,
48
+ 3,
49
+ 3
50
+ ],
51
+ "problem_type": "single_label_classification",
52
+ "strides": [
53
+ 4,
54
+ 2,
55
+ 2,
56
+ 2
57
+ ],
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.28.1"
60
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "ConvNextFeatureExtractor",
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_processor_type": "ConvNextFeatureExtractor",
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "resample": 3,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "shortest_edge": 224
22
+ }
23
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dda8aa793983d481c4ca1a7d0f556511ba18c084c470326be6fcb0af67d8c44
3
+ size 104593565
runs/Jun09_16-06-41_Brians-Mac-mini.local/1686344809.61295/events.out.tfevents.1686344809.Brians-Mac-mini.local.19981.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d082ba53a96fe6931d468524fd16fef46c87836ae7a52a8e02ce2913e51bf14
3
+ size 5957
runs/Jun09_16-06-41_Brians-Mac-mini.local/events.out.tfevents.1686344809.Brians-Mac-mini.local.19981.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d36e67ff91e9eec8a399a121ebe09fd6348267a5a58249d480ca2d3c3a6b7edc
3
+ size 5329
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2682c14d0ddc15e5f41fdfa0118ebc679c72e1279a308399bf7ec6e139b3467
3
+ size 3643