Commit 
							
							·
						
						1543186
	
1
								Parent(s):
							
							0d215ec
								
Update model
Browse files- config.json +57 -0
 - pytorch_model.bin +3 -0
 
    	
        config.json
    ADDED
    
    | 
         @@ -0,0 +1,57 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "architecture": "resnet34",
         
     | 
| 3 | 
         
            +
              "num_classes": 10,
         
     | 
| 4 | 
         
            +
              "num_features": 512,
         
     | 
| 5 | 
         
            +
              "pretrained_cfg": {
         
     | 
| 6 | 
         
            +
                "num_classes": 10,
         
     | 
| 7 | 
         
            +
                "input_size": [
         
     | 
| 8 | 
         
            +
                  3,
         
     | 
| 9 | 
         
            +
                  32,
         
     | 
| 10 | 
         
            +
                  32
         
     | 
| 11 | 
         
            +
                ],
         
     | 
| 12 | 
         
            +
                "pool_size": [
         
     | 
| 13 | 
         
            +
                  4,
         
     | 
| 14 | 
         
            +
                  4
         
     | 
| 15 | 
         
            +
                ],
         
     | 
| 16 | 
         
            +
                "crop_pct": 1,
         
     | 
| 17 | 
         
            +
                "interpolation": "bilinear",
         
     | 
| 18 | 
         
            +
                "fixed_input_size": false,
         
     | 
| 19 | 
         
            +
                "mean": [
         
     | 
| 20 | 
         
            +
                  0.4914,
         
     | 
| 21 | 
         
            +
                  0.4822,
         
     | 
| 22 | 
         
            +
                  0.4465
         
     | 
| 23 | 
         
            +
                ],
         
     | 
| 24 | 
         
            +
                "std": [
         
     | 
| 25 | 
         
            +
                  0.2023,
         
     | 
| 26 | 
         
            +
                  0.1994,
         
     | 
| 27 | 
         
            +
                  0.201
         
     | 
| 28 | 
         
            +
                ],
         
     | 
| 29 | 
         
            +
                "first_conv": "conv1",
         
     | 
| 30 | 
         
            +
                "classifier": "fc"
         
     | 
| 31 | 
         
            +
              },
         
     | 
| 32 | 
         
            +
              "url": "https://huggingface.co/edadaltocg/resnet34_simclr_cifar10/resolve/main/pytorch_model.bin",
         
     | 
| 33 | 
         
            +
              "input_size": [
         
     | 
| 34 | 
         
            +
                3,
         
     | 
| 35 | 
         
            +
                32,
         
     | 
| 36 | 
         
            +
                32
         
     | 
| 37 | 
         
            +
              ],
         
     | 
| 38 | 
         
            +
              "pool_size": [
         
     | 
| 39 | 
         
            +
                4,
         
     | 
| 40 | 
         
            +
                4
         
     | 
| 41 | 
         
            +
              ],
         
     | 
| 42 | 
         
            +
              "crop_pct": 1,
         
     | 
| 43 | 
         
            +
              "interpolation": "bilinear",
         
     | 
| 44 | 
         
            +
              "fixed_input_size": false,
         
     | 
| 45 | 
         
            +
              "mean": [
         
     | 
| 46 | 
         
            +
                0.4914,
         
     | 
| 47 | 
         
            +
                0.4822,
         
     | 
| 48 | 
         
            +
                0.4465
         
     | 
| 49 | 
         
            +
              ],
         
     | 
| 50 | 
         
            +
              "std": [
         
     | 
| 51 | 
         
            +
                0.2023,
         
     | 
| 52 | 
         
            +
                0.1994,
         
     | 
| 53 | 
         
            +
                0.201
         
     | 
| 54 | 
         
            +
              ],
         
     | 
| 55 | 
         
            +
              "first_conv": "conv1",
         
     | 
| 56 | 
         
            +
              "classifier": "fc"
         
     | 
| 57 | 
         
            +
            }
         
     | 
    	
        pytorch_model.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:910ef9ec83d05692cd0ea70405bdc71cf5818334db9604382bd1f9301f097157
         
     | 
| 3 | 
         
            +
            size 85247213
         
     |