File size: 682 Bytes
cf29856
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
pipeline_tag: image-classification
license: apache-2.0
base_model: timm/deit_tiny_patch16_224.fb_in1k
library_name: kerasformers
tags:
- keras
- kerasformers
- image-classification
- deit
- tf
- jax
- pytorch
---

# deit_tiny_patch16_224_fb_in1k

Pure-Keras 3 image-classification weight for [kerasformers](https://github.com/IMvision12/KerasFormers), converted from [timm/deit_tiny_patch16_224.fb_in1k](https://huggingface.co/timm/deit_tiny_patch16_224.fb_in1k).

## Usage

```python
from kerasformers.models.deit import DeiTImageClassify
model = DeiTImageClassify.from_weights("deit_tiny_patch16_224_fb_in1k")
```

License: **apache-2.0**, inherited from the upstream source.