Commit 
							
							·
						
						dc93119
	
1
								Parent(s):
							
							6e1347c
								
Training in progress, epoch 1
Browse files- .gitignore +1 -0
 - config.json +50 -0
 - preprocessor_config.json +17 -0
 - pytorch_model.bin +3 -0
 - runs/Jan25_08-22-34_Devarshis-MacBook-Air.local/1674615185.68063/events.out.tfevents.1674615185.Devarshis-MacBook-Air.local.3343.1 +3 -0
 - runs/Jan25_08-22-34_Devarshis-MacBook-Air.local/events.out.tfevents.1674615185.Devarshis-MacBook-Air.local.3343.0 +3 -0
 - training_args.bin +3 -0
 
    	
        .gitignore
    ADDED
    
    | 
         @@ -0,0 +1 @@ 
     | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            checkpoint-*/
         
     | 
    	
        config.json
    ADDED
    
    | 
         @@ -0,0 +1,50 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "_name_or_path": "microsoft/swin-base-patch4-window7-224-in22k",
         
     | 
| 3 | 
         
            +
              "architectures": [
         
     | 
| 4 | 
         
            +
                "SwinForImageClassification"
         
     | 
| 5 | 
         
            +
              ],
         
     | 
| 6 | 
         
            +
              "attention_probs_dropout_prob": 0.0,
         
     | 
| 7 | 
         
            +
              "depths": [
         
     | 
| 8 | 
         
            +
                2,
         
     | 
| 9 | 
         
            +
                2,
         
     | 
| 10 | 
         
            +
                18,
         
     | 
| 11 | 
         
            +
                2
         
     | 
| 12 | 
         
            +
              ],
         
     | 
| 13 | 
         
            +
              "drop_path_rate": 0.1,
         
     | 
| 14 | 
         
            +
              "embed_dim": 128,
         
     | 
| 15 | 
         
            +
              "encoder_stride": 32,
         
     | 
| 16 | 
         
            +
              "hidden_act": "gelu",
         
     | 
| 17 | 
         
            +
              "hidden_dropout_prob": 0.0,
         
     | 
| 18 | 
         
            +
              "hidden_size": 1024,
         
     | 
| 19 | 
         
            +
              "id2label": {
         
     | 
| 20 | 
         
            +
                "0": "Gliomas Tumor",
         
     | 
| 21 | 
         
            +
                "1": "Meningiomas Tumor",
         
     | 
| 22 | 
         
            +
                "2": "Pituitary Tumor"
         
     | 
| 23 | 
         
            +
              },
         
     | 
| 24 | 
         
            +
              "image_size": 224,
         
     | 
| 25 | 
         
            +
              "initializer_range": 0.02,
         
     | 
| 26 | 
         
            +
              "label2id": {
         
     | 
| 27 | 
         
            +
                "Gliomas Tumor": 0,
         
     | 
| 28 | 
         
            +
                "Meningiomas Tumor": 1,
         
     | 
| 29 | 
         
            +
                "Pituitary Tumor": 2
         
     | 
| 30 | 
         
            +
              },
         
     | 
| 31 | 
         
            +
              "layer_norm_eps": 1e-05,
         
     | 
| 32 | 
         
            +
              "mlp_ratio": 4.0,
         
     | 
| 33 | 
         
            +
              "model_type": "swin",
         
     | 
| 34 | 
         
            +
              "num_channels": 3,
         
     | 
| 35 | 
         
            +
              "num_heads": [
         
     | 
| 36 | 
         
            +
                4,
         
     | 
| 37 | 
         
            +
                8,
         
     | 
| 38 | 
         
            +
                16,
         
     | 
| 39 | 
         
            +
                32
         
     | 
| 40 | 
         
            +
              ],
         
     | 
| 41 | 
         
            +
              "num_layers": 4,
         
     | 
| 42 | 
         
            +
              "patch_size": 4,
         
     | 
| 43 | 
         
            +
              "path_norm": true,
         
     | 
| 44 | 
         
            +
              "problem_type": "single_label_classification",
         
     | 
| 45 | 
         
            +
              "qkv_bias": true,
         
     | 
| 46 | 
         
            +
              "torch_dtype": "float32",
         
     | 
| 47 | 
         
            +
              "transformers_version": "4.23.1",
         
     | 
| 48 | 
         
            +
              "use_absolute_embeddings": false,
         
     | 
| 49 | 
         
            +
              "window_size": 7
         
     | 
| 50 | 
         
            +
            }
         
     | 
    	
        preprocessor_config.json
    ADDED
    
    | 
         @@ -0,0 +1,17 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "do_normalize": true,
         
     | 
| 3 | 
         
            +
              "do_resize": true,
         
     | 
| 4 | 
         
            +
              "feature_extractor_type": "ViTFeatureExtractor",
         
     | 
| 5 | 
         
            +
              "image_mean": [
         
     | 
| 6 | 
         
            +
                0.485,
         
     | 
| 7 | 
         
            +
                0.456,
         
     | 
| 8 | 
         
            +
                0.406
         
     | 
| 9 | 
         
            +
              ],
         
     | 
| 10 | 
         
            +
              "image_std": [
         
     | 
| 11 | 
         
            +
                0.229,
         
     | 
| 12 | 
         
            +
                0.224,
         
     | 
| 13 | 
         
            +
                0.225
         
     | 
| 14 | 
         
            +
              ],
         
     | 
| 15 | 
         
            +
              "resample": 3,
         
     | 
| 16 | 
         
            +
              "size": 224
         
     | 
| 17 | 
         
            +
            }
         
     | 
    	
        pytorch_model.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:bffd6d90fd4af4ca48dbb1c36b34451713bf63b874a85de261a0697797c2dfdc
         
     | 
| 3 | 
         
            +
            size 347597585
         
     | 
    	
        runs/Jan25_08-22-34_Devarshis-MacBook-Air.local/1674615185.68063/events.out.tfevents.1674615185.Devarshis-MacBook-Air.local.3343.1
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:13744a0999312fce4496a3684e3c23d8581390f688d1579f7ceac8d97a27ff55
         
     | 
| 3 | 
         
            +
            size 5583
         
     | 
    	
        runs/Jan25_08-22-34_Devarshis-MacBook-Air.local/events.out.tfevents.1674615185.Devarshis-MacBook-Air.local.3343.0
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:bd176557bb6690b041cadf2c32b0b7ca71dc287d2141c2c2c88e69d211f4e388
         
     | 
| 3 | 
         
            +
            size 7390
         
     | 
    	
        training_args.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:3fa4d86eb08309bcc40a67543af989755ce4aec48e4a021f15b9a63d33e6da05
         
     | 
| 3 | 
         
            +
            size 3451
         
     |