eugenecamus commited on
Commit
7a6f514
1 Parent(s): 8b79f63

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "finetuning_task": "image-classification",
15
+ "hidden_act": "relu",
16
+ "hidden_sizes": [
17
+ 256,
18
+ 512,
19
+ 1024,
20
+ 2048
21
+ ],
22
+ "id2label": {
23
+ "0": "angular_leaf_spot",
24
+ "1": "bean_rust",
25
+ "2": "healthy"
26
+ },
27
+ "label2id": {
28
+ "angular_leaf_spot": "0",
29
+ "bean_rust": "1",
30
+ "healthy": "2"
31
+ },
32
+ "layer_type": "bottleneck",
33
+ "model_type": "resnet",
34
+ "num_channels": 3,
35
+ "problem_type": "single_label_classification",
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.19.2"
38
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_resize": true,
5
+ "feature_extractor_type": "ConvNextFeatureExtractor",
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "resample": 3,
17
+ "size": 224
18
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d26d1fb3bd88a35eabfae1e307e4ec92d4e10cb7df40cf613dab9ba3502e9303
3
+ size 94380865
runs/May27_14-53-37_ydupis-X570-AORUS-MASTER/1653688431.8050318/events.out.tfevents.1653688431.ydupis-X570-AORUS-MASTER.67460.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35bd60e67fae4b9f199374dfb3b12351e7caed2781f0cdc1f2355647c6e712d3
3
+ size 5228
runs/May27_14-53-37_ydupis-X570-AORUS-MASTER/events.out.tfevents.1653688431.ydupis-X570-AORUS-MASTER.67460.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07d8f1b5bcc708895733faf62df069e924b37a099128c6a182f1ab34dcf998fd
3
+ size 5932
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbcabf4ced7260d6dce6dbbc4547bdce6cde82404f8268fe5205331442265917
3
+ size 3311