Training in progress, epoch 0
Browse files
config.json
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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_bottleneck": false,
|
| 13 |
+
"downsample_in_first_stage": false,
|
| 14 |
+
"embedding_size": 64,
|
| 15 |
+
"hidden_act": "relu",
|
| 16 |
+
"hidden_sizes": [
|
| 17 |
+
256,
|
| 18 |
+
512,
|
| 19 |
+
1024,
|
| 20 |
+
2048
|
| 21 |
+
],
|
| 22 |
+
"id2label": {
|
| 23 |
+
"0": "bedroom",
|
| 24 |
+
"1": "coast",
|
| 25 |
+
"2": "forest",
|
| 26 |
+
"3": "highway",
|
| 27 |
+
"4": "industrial",
|
| 28 |
+
"5": "insidecity",
|
| 29 |
+
"6": "kitchen",
|
| 30 |
+
"7": "livingroom",
|
| 31 |
+
"8": "mountain",
|
| 32 |
+
"9": "office",
|
| 33 |
+
"10": "opencountry",
|
| 34 |
+
"11": "store",
|
| 35 |
+
"12": "street",
|
| 36 |
+
"13": "suburb",
|
| 37 |
+
"14": "tallbuilding"
|
| 38 |
+
},
|
| 39 |
+
"label2id": {
|
| 40 |
+
"bedroom": 0,
|
| 41 |
+
"coast": 1,
|
| 42 |
+
"forest": 2,
|
| 43 |
+
"highway": 3,
|
| 44 |
+
"industrial": 4,
|
| 45 |
+
"insidecity": 5,
|
| 46 |
+
"kitchen": 6,
|
| 47 |
+
"livingroom": 7,
|
| 48 |
+
"mountain": 8,
|
| 49 |
+
"office": 9,
|
| 50 |
+
"opencountry": 10,
|
| 51 |
+
"store": 11,
|
| 52 |
+
"street": 12,
|
| 53 |
+
"suburb": 13,
|
| 54 |
+
"tallbuilding": 14
|
| 55 |
+
},
|
| 56 |
+
"layer_type": "bottleneck",
|
| 57 |
+
"model_type": "resnet",
|
| 58 |
+
"num_channels": 3,
|
| 59 |
+
"out_features": [
|
| 60 |
+
"stage4"
|
| 61 |
+
],
|
| 62 |
+
"out_indices": [
|
| 63 |
+
4
|
| 64 |
+
],
|
| 65 |
+
"problem_type": "single_label_classification",
|
| 66 |
+
"stage_names": [
|
| 67 |
+
"stem",
|
| 68 |
+
"stage1",
|
| 69 |
+
"stage2",
|
| 70 |
+
"stage3",
|
| 71 |
+
"stage4"
|
| 72 |
+
],
|
| 73 |
+
"torch_dtype": "float32",
|
| 74 |
+
"transformers_version": "4.46.2"
|
| 75 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3c71e455e2abf6e812630ada309f7c0fe606005b830f104cdc95299ea797795
|
| 3 |
+
size 94409540
|
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 |
+
}
|
runs/Nov08_14-17-49_ipsec-10-2-0-23.vpn.gatech.edu/events.out.tfevents.1731093471.ipsec-10-2-0-23.vpn.gatech.edu.31180.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f231f69ec98f05b54ea82429b3f1a6fa6d924e7ade4272b36716e4d9624ddc80
|
| 3 |
+
size 6438
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:180d7436c6f904e86284d8f261229929428f3567b62f80de636295d087dbbc49
|
| 3 |
+
size 5304
|