Add model
Browse files- README.md +7 -0
 - config.json +40 -0
 - pytorch_model.bin +3 -0
 
    	
        README.md
    ADDED
    
    | 
         @@ -0,0 +1,7 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            ---
         
     | 
| 2 | 
         
            +
            tags:
         
     | 
| 3 | 
         
            +
            - image-classification
         
     | 
| 4 | 
         
            +
            - timm
         
     | 
| 5 | 
         
            +
            library_tag: timm
         
     | 
| 6 | 
         
            +
            ---
         
     | 
| 7 | 
         
            +
            # Model card for convnext_pico.d1_in1k
         
     | 
    	
        config.json
    ADDED
    
    | 
         @@ -0,0 +1,40 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "architecture": "convnext_pico",
         
     | 
| 3 | 
         
            +
              "num_classes": 1000,
         
     | 
| 4 | 
         
            +
              "num_features": 512,
         
     | 
| 5 | 
         
            +
              "pretrained_cfg": {
         
     | 
| 6 | 
         
            +
                "custom_load": false,
         
     | 
| 7 | 
         
            +
                "input_size": [
         
     | 
| 8 | 
         
            +
                  3,
         
     | 
| 9 | 
         
            +
                  224,
         
     | 
| 10 | 
         
            +
                  224
         
     | 
| 11 | 
         
            +
                ],
         
     | 
| 12 | 
         
            +
                "test_input_size": [
         
     | 
| 13 | 
         
            +
                  3,
         
     | 
| 14 | 
         
            +
                  288,
         
     | 
| 15 | 
         
            +
                  288
         
     | 
| 16 | 
         
            +
                ],
         
     | 
| 17 | 
         
            +
                "fixed_input_size": false,
         
     | 
| 18 | 
         
            +
                "interpolation": "bicubic",
         
     | 
| 19 | 
         
            +
                "crop_pct": 0.875,
         
     | 
| 20 | 
         
            +
                "test_crop_pct": 0.95,
         
     | 
| 21 | 
         
            +
                "crop_mode": "center",
         
     | 
| 22 | 
         
            +
                "mean": [
         
     | 
| 23 | 
         
            +
                  0.485,
         
     | 
| 24 | 
         
            +
                  0.456,
         
     | 
| 25 | 
         
            +
                  0.406
         
     | 
| 26 | 
         
            +
                ],
         
     | 
| 27 | 
         
            +
                "std": [
         
     | 
| 28 | 
         
            +
                  0.229,
         
     | 
| 29 | 
         
            +
                  0.224,
         
     | 
| 30 | 
         
            +
                  0.225
         
     | 
| 31 | 
         
            +
                ],
         
     | 
| 32 | 
         
            +
                "num_classes": 1000,
         
     | 
| 33 | 
         
            +
                "pool_size": [
         
     | 
| 34 | 
         
            +
                  7,
         
     | 
| 35 | 
         
            +
                  7
         
     | 
| 36 | 
         
            +
                ],
         
     | 
| 37 | 
         
            +
                "first_conv": "stem.0",
         
     | 
| 38 | 
         
            +
                "classifier": "head.fc"
         
     | 
| 39 | 
         
            +
              }
         
     | 
| 40 | 
         
            +
            }
         
     | 
    	
        pytorch_model.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:e8fc5f3c787a92bcf9577cf24117614cffc7c5f1aa2f0886314200662ff76006
         
     | 
| 3 | 
         
            +
            size 36227905
         
     |