SiddharthaM commited on
Commit
a83771f
1 Parent(s): 247a72a

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/resnet-18",
3
+ "architectures": [
4
+ "ResNetForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 2,
8
+ 2,
9
+ 2,
10
+ 2
11
+ ],
12
+ "downsample_in_first_stage": false,
13
+ "embedding_size": 64,
14
+ "hidden_act": "relu",
15
+ "hidden_sizes": [
16
+ 64,
17
+ 128,
18
+ 256,
19
+ 512
20
+ ],
21
+ "id2label": {
22
+ "0": "glaucoma",
23
+ "1": "normal"
24
+ },
25
+ "label2id": {
26
+ "glaucoma": "0",
27
+ "normal": "1"
28
+ },
29
+ "layer_type": "basic",
30
+ "model_type": "resnet",
31
+ "num_channels": 3,
32
+ "problem_type": "single_label_classification",
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.24.0.dev0"
35
+ }
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:d2a52f035528b44b82f998472562bad10f24180bcf8c65be13dab3c70ea82f80
3
+ size 44790413
runs/Nov07_23-38-18_teesta/1667844514.4325652/events.out.tfevents.1667844514.teesta.22103.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43db0f82cb3d7f909c40847d88a16bb4f98eb59567f56c24e3e83702a97c155e
3
+ size 5499
runs/Nov07_23-38-18_teesta/events.out.tfevents.1667844514.teesta.22103.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea5845a22de52afc8534e9c3017d621128767983647090e17426b2d4ff4e06a1
3
+ size 3647
runs/Nov08_03-03-34_teesta/1667856829.1586854/events.out.tfevents.1667856829.teesta.28888.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fb3077725de6367ae486738287f19f156c79c9763ee6b51f947d9859af3107c
3
+ size 5499
runs/Nov08_03-03-34_teesta/events.out.tfevents.1667856829.teesta.28888.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfa1b0d0a4c368f5f4cf63cea240100834dcd5bba9382a019acb3cdec0ed7466
3
+ size 3647
runs/Nov08_03-05-31_teesta/1667856942.0148423/events.out.tfevents.1667856942.teesta.28888.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b18a5e39fcc62a7519725a70c79f05bcf49fc3653bae58001df4986c55aa924
3
+ size 5499
runs/Nov08_03-05-31_teesta/events.out.tfevents.1667856942.teesta.28888.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8feb9f0a30e78625ed4639498431f88962677f223230a66f59955f727914f331
3
+ size 4209
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72676de465da6ef3428893180f7b6428f943033c09e8cfd7a88d854c45c1df72
3
+ size 3375