sallyanndelucia
commited on
Commit
·
43c734e
1
Parent(s):
8e75d3c
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +64 -0
- preprocessor_config.json +23 -0
- pytorch_model.bin +3 -0
- runs/Dec22_03-16-54_99d9606fd612/1671679154.8707697/events.out.tfevents.1671679154.99d9606fd612.72125.1 +3 -0
- runs/Dec22_03-16-54_99d9606fd612/events.out.tfevents.1671679154.99d9606fd612.72125.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/content/gdrive/MyDrive/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": "dew",
|
23 |
+
"1": "fogsmog",
|
24 |
+
"2": "frost",
|
25 |
+
"3": "glaze",
|
26 |
+
"4": "hail",
|
27 |
+
"5": "lightening",
|
28 |
+
"6": "lightning",
|
29 |
+
"7": "rain",
|
30 |
+
"8": "rainbow",
|
31 |
+
"9": "rime",
|
32 |
+
"10": "sandstorm",
|
33 |
+
"11": "snow"
|
34 |
+
},
|
35 |
+
"label2id": {
|
36 |
+
"dew": 0,
|
37 |
+
"fogsmog": 1,
|
38 |
+
"frost": 2,
|
39 |
+
"glaze": 3,
|
40 |
+
"hail": 4,
|
41 |
+
"lightening": 5,
|
42 |
+
"lightning": 6,
|
43 |
+
"rain": 7,
|
44 |
+
"rainbow": 8,
|
45 |
+
"rime": 9,
|
46 |
+
"sandstorm": 10,
|
47 |
+
"snow": 11
|
48 |
+
},
|
49 |
+
"layer_type": "bottleneck",
|
50 |
+
"model_type": "resnet",
|
51 |
+
"num_channels": 3,
|
52 |
+
"out_features": null,
|
53 |
+
"output_hidden_states": true,
|
54 |
+
"problem_type": "single_label_classification",
|
55 |
+
"stage_names": [
|
56 |
+
"stem",
|
57 |
+
"stage1",
|
58 |
+
"stage2",
|
59 |
+
"stage3",
|
60 |
+
"stage4"
|
61 |
+
],
|
62 |
+
"torch_dtype": "float32",
|
63 |
+
"transformers_version": "4.25.1"
|
64 |
+
}
|
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": "ConvNextImageProcessor",
|
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:3379511f421c912dfd5ea08b784ce1983dc4dad53d9748206341158d866ca6b3
|
3 |
+
size 94452429
|
runs/Dec22_03-16-54_99d9606fd612/1671679154.8707697/events.out.tfevents.1671679154.99d9606fd612.72125.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:900408ae8289f4f07c82ad049932eb9876b1ce0cde995a6d6a923a949b6ed686
|
3 |
+
size 5516
|
runs/Dec22_03-16-54_99d9606fd612/events.out.tfevents.1671679154.99d9606fd612.72125.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6951f2ac3db406dbacddb50b3f8ee9a181b9cf43cc65378e47560d6f39401364
|
3 |
+
size 5032
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0b63e62ed32c0b09a3cf17dc34e4482c476ba673da67a4d6e5f6e0acc87d307
|
3 |
+
size 3451
|