File size: 919 Bytes
5fa1a76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
29
30
31
32
33
34
35
36
BEiT specific outputs
[[autodoc]] models.beit.modeling_beit.BeitModelOutputWithPooling
[[autodoc]] models.beit.modeling_flax_beit.FlaxBeitModelOutputWithPooling
BeitConfig
[[autodoc]] BeitConfig
BeitFeatureExtractor
[[autodoc]] BeitFeatureExtractor
    - call
    - post_process_semantic_segmentation
BeitImageProcessor
[[autodoc]] BeitImageProcessor
    - preprocess
    - post_process_semantic_segmentation

BeitModel
[[autodoc]] BeitModel
    - forward
BeitForMaskedImageModeling
[[autodoc]] BeitForMaskedImageModeling
    - forward
BeitForImageClassification
[[autodoc]] BeitForImageClassification
    - forward
BeitForSemanticSegmentation
[[autodoc]] BeitForSemanticSegmentation
    - forward

FlaxBeitModel
[[autodoc]] FlaxBeitModel
    - call
FlaxBeitForMaskedImageModeling
[[autodoc]] FlaxBeitForMaskedImageModeling
    - call
FlaxBeitForImageClassification
[[autodoc]] FlaxBeitForImageClassification
    - call