nateraw commited on
Commit
78de2ea
1 Parent(s): 8fea808

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.14,
3
+ "test_acc1": 94.70538330078125,
4
+ "test_acc5": 100.0,
5
+ "test_loss": 0.2357426881790161,
6
+ "test_runtime": 7.1169,
7
+ "test_samples_per_second": 164.537,
8
+ "test_steps_per_second": 0.703,
9
+ "total_flos": 0.0,
10
+ "train_loss": 0.5152262687683106,
11
+ "train_runtime": 43.4077,
12
+ "train_samples_per_second": 58.976,
13
+ "train_steps_per_second": 0.23
14
+ }
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "url": "https://download.pytorch.org/models/resnet18-5c106cde.pth",
3
+ "num_classes": 2,
4
+ "input_size": [
5
+ 3,
6
+ 224,
7
+ 224
8
+ ],
9
+ "pool_size": [
10
+ 7,
11
+ 7
12
+ ],
13
+ "crop_pct": 0.875,
14
+ "interpolation": "bilinear",
15
+ "mean": [
16
+ 0.485,
17
+ 0.456,
18
+ 0.406
19
+ ],
20
+ "std": [
21
+ 0.229,
22
+ 0.224,
23
+ 0.225
24
+ ],
25
+ "first_conv": "conv1",
26
+ "classifier": "fc",
27
+ "architecture": "resnet18",
28
+ "num_features": 512,
29
+ "labels": [
30
+ "LABEL_0",
31
+ "LABEL_1"
32
+ ]
33
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ded151c881949b3e595a9951f255933724a9eb660ab446b273908614952c152
3
+ size 44788557
runs/Nov15_20-07-16_c47fe954a214/1637006843.7821283/events.out.tfevents.1637006843.c47fe954a214.71.17 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ba1881b063aded3ba9a31ee274125a5a4ce8da68e7168850bf81600d6b81abd
3
+ size 4600
runs/Nov15_20-07-16_c47fe954a214/events.out.tfevents.1637006843.c47fe954a214.71.16 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f5284a5320eb38442be1e4e9a77bf3306ff63887b966832bf0f1a91d8e27231
3
+ size 3384
runs/Nov15_20-07-16_c47fe954a214/events.out.tfevents.1637006894.c47fe954a214.71.18 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23ef04ac3e00b81ef4eac381e42fe710164625be8d585a353c8d7f2c9526347b
3
+ size 400
test_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.14,
3
+ "test_acc1": 94.70538330078125,
4
+ "test_acc5": 100.0,
5
+ "test_loss": 0.2357426881790161,
6
+ "test_runtime": 7.1169,
7
+ "test_samples_per_second": 164.537,
8
+ "test_steps_per_second": 0.703
9
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.14,
3
+ "total_flos": 0.0,
4
+ "train_loss": 0.5152262687683106,
5
+ "train_runtime": 43.4077,
6
+ "train_samples_per_second": 58.976,
7
+ "train_steps_per_second": 0.23
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.13513513513513514,
5
+ "global_step": 10,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.14,
12
+ "learning_rate": 0.0,
13
+ "loss": 0.5152,
14
+ "step": 10
15
+ },
16
+ {
17
+ "epoch": 0.14,
18
+ "eval_acc1": 94.41754150390625,
19
+ "eval_acc5": 100.0,
20
+ "eval_loss": 0.2454618662595749,
21
+ "eval_runtime": 21.2491,
22
+ "eval_samples_per_second": 165.231,
23
+ "eval_steps_per_second": 0.659,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.14,
28
+ "step": 10,
29
+ "total_flos": 0.0,
30
+ "train_loss": 0.5152262687683106,
31
+ "train_runtime": 43.4077,
32
+ "train_samples_per_second": 58.976,
33
+ "train_steps_per_second": 0.23
34
+ }
35
+ ],
36
+ "max_steps": 10,
37
+ "num_train_epochs": 1,
38
+ "total_flos": 0.0,
39
+ "trial_name": null,
40
+ "trial_params": null
41
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2009d53a61e1ebe893de87339c1495aee066dc32d0b2b86cab4eb6590b8ca56e
3
+ size 2927