Add TF weights; Add image_size to config
Browse files- config.json +1 -0
- tf_model.h5 +3 -0
    	
        config.json
    CHANGED
    
    | @@ -1018,6 +1018,7 @@ | |
| 1018 | 
             
                "998": "ear, spike, capitulum",
         | 
| 1019 | 
             
                "999": "toilet tissue, toilet paper, bathroom tissue"
         | 
| 1020 | 
             
              },
         | 
|  | |
| 1021 | 
             
              "initializer_range": 0.02,
         | 
| 1022 | 
             
              "label2id": {
         | 
| 1023 | 
             
                "Afghan hound, Afghan": 160,
         | 
|  | |
| 1018 | 
             
                "998": "ear, spike, capitulum",
         | 
| 1019 | 
             
                "999": "toilet tissue, toilet paper, bathroom tissue"
         | 
| 1020 | 
             
              },
         | 
| 1021 | 
            +
              "image_size": 384,
         | 
| 1022 | 
             
              "initializer_range": 0.02,
         | 
| 1023 | 
             
              "label2id": {
         | 
| 1024 | 
             
                "Afghan hound, Afghan": 160,
         | 
    	
        tf_model.h5
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:afd5917d20b157575eb4c88426d67c0cc66b1c73ac365c22d4f279d7e36cbc1b
         | 
| 3 | 
            +
            size 354749304
         | 

