sbottazziunsam commited on
Commit
db6c1b6
1 Parent(s): d0611fd

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/resnet-50",
3
+ "architectures": [
4
+ "ResNetForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 4,
9
+ 6,
10
+ 3
11
+ ],
12
+ "downsample_in_first_stage": false,
13
+ "embedding_size": 64,
14
+ "hidden_act": "relu",
15
+ "hidden_sizes": [
16
+ 256,
17
+ 512,
18
+ 1024,
19
+ 2048
20
+ ],
21
+ "id2label": {
22
+ "0": "artificial valve",
23
+ "1": "catheter",
24
+ "2": "foreign body",
25
+ "3": "material",
26
+ "4": "no artifacts",
27
+ "5": "pacemaker",
28
+ "6": "prosthesis",
29
+ "7": "tube"
30
+ },
31
+ "label2id": {
32
+ "artificial valve": 0,
33
+ "catheter": 1,
34
+ "foreign body": 2,
35
+ "material": 3,
36
+ "no artifacts": 4,
37
+ "pacemaker": 5,
38
+ "prosthesis": 6,
39
+ "tube": 7
40
+ },
41
+ "layer_type": "bottleneck",
42
+ "model_type": "resnet",
43
+ "num_channels": 3,
44
+ "out_features": null,
45
+ "problem_type": "single_label_classification",
46
+ "stage_names": [
47
+ "stem",
48
+ "stage1",
49
+ "stage2",
50
+ "stage3",
51
+ "stage4"
52
+ ],
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.28.0.dev0"
55
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ConvNextImageProcessor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "shortest_edge": 224
21
+ }
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92f7adc7720c3b6296b73d8e60a0932a06885274422f57116371f7015d9dcd06
3
+ size 94424141
runs/May04_04-08-29_pc48/1714795716.6595323/events.out.tfevents.1714795716.pc48.33615.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc913d5203f687ec3872d84d6d078c0841d2628e8167f31ca80bf08b5802ece6
3
+ size 5874
runs/May04_04-08-29_pc48/events.out.tfevents.1714795716.pc48.33615.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:911413e0dcee525d34b1a6ad40e44e98ed6004768df2d4c42c28df17f3c8cac6
3
+ size 4801
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59f30b264624b3bd0c946973f92d94fa0f4d85e3851ee890180bb0761a4d4481
3
+ size 3643