Spaces:
Build error
Build error
add frozen requirements and readme
Browse files- README.md +12 -0
- requirements.txt +151 -0
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/metaformer-a-unified-meta-framework-for-fine/fine-grained-image-classification-on-cub-200)](https://paperswithcode.com/sota/fine-grained-image-classification-on-cub-200?p=metaformer-a-unified-meta-framework-for-fine)
|
2 |
[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/metaformer-a-unified-meta-framework-for-fine/fine-grained-image-classification-on-nabirds)](https://paperswithcode.com/sota/fine-grained-image-classification-on-nabirds?p=metaformer-a-unified-meta-framework-for-fine)
|
3 |
[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/metaformer-a-unified-meta-framework-for-fine/image-classification-on-inaturalist)](https://paperswithcode.com/sota/image-classification-on-inaturalist?p=metaformer-a-unified-meta-framework-for-fine)
|
|
|
1 |
+
---
|
2 |
+
title: MetaFormer (Torch 2)
|
3 |
+
emoji: 🌱
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.31.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
python_version: 3.10
|
11 |
+
---
|
12 |
+
|
13 |
[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/metaformer-a-unified-meta-framework-for-fine/fine-grained-image-classification-on-cub-200)](https://paperswithcode.com/sota/fine-grained-image-classification-on-cub-200?p=metaformer-a-unified-meta-framework-for-fine)
|
14 |
[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/metaformer-a-unified-meta-framework-for-fine/fine-grained-image-classification-on-nabirds)](https://paperswithcode.com/sota/fine-grained-image-classification-on-nabirds?p=metaformer-a-unified-meta-framework-for-fine)
|
15 |
[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/metaformer-a-unified-meta-framework-for-fine/image-classification-on-inaturalist)](https://paperswithcode.com/sota/image-classification-on-inaturalist?p=metaformer-a-unified-meta-framework-for-fine)
|
requirements.txt
ADDED
@@ -0,0 +1,151 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.1.0
|
2 |
+
aiohttp==3.8.4
|
3 |
+
aiosignal==1.3.1
|
4 |
+
altair==5.0.0
|
5 |
+
anyio==3.6.2
|
6 |
+
appnope==0.1.3
|
7 |
+
argon2-cffi==21.3.0
|
8 |
+
argon2-cffi-bindings==21.2.0
|
9 |
+
arrow==1.2.3
|
10 |
+
asttokens==2.2.1
|
11 |
+
async-timeout==4.0.2
|
12 |
+
attrs==23.1.0
|
13 |
+
backcall==0.2.0
|
14 |
+
beautifulsoup4==4.12.2
|
15 |
+
bleach==6.0.0
|
16 |
+
certifi==2023.5.7
|
17 |
+
cffi==1.15.1
|
18 |
+
charset-normalizer==3.1.0
|
19 |
+
click==8.1.3
|
20 |
+
comm==0.1.3
|
21 |
+
contourpy==1.0.7
|
22 |
+
cycler==0.11.0
|
23 |
+
debugpy==1.6.7
|
24 |
+
decorator==5.1.1
|
25 |
+
defusedxml==0.7.1
|
26 |
+
executing==1.2.0
|
27 |
+
fastapi==0.95.2
|
28 |
+
fastjsonschema==2.16.3
|
29 |
+
ffmpy==0.3.0
|
30 |
+
filelock==3.12.0
|
31 |
+
fonttools==4.39.4
|
32 |
+
fqdn==1.5.1
|
33 |
+
frozenlist==1.3.3
|
34 |
+
fsspec==2023.5.0
|
35 |
+
geojson==3.0.1
|
36 |
+
gradio==3.31.0
|
37 |
+
gradio_client==0.2.5
|
38 |
+
h11==0.12.0
|
39 |
+
httpcore==0.15.0
|
40 |
+
httpx==0.23.0
|
41 |
+
huggingface-hub==0.14.1
|
42 |
+
idna==3.4
|
43 |
+
ipykernel==6.23.1
|
44 |
+
ipython==8.13.2
|
45 |
+
ipython-genutils==0.2.0
|
46 |
+
ipywidgets==8.0.6
|
47 |
+
isoduration==20.11.0
|
48 |
+
jedi==0.18.2
|
49 |
+
Jinja2==3.1.2
|
50 |
+
jsonpointer==2.3
|
51 |
+
jsonschema==4.17.3
|
52 |
+
jupyter==1.0.0
|
53 |
+
jupyter-console==6.6.3
|
54 |
+
jupyter-events==0.6.3
|
55 |
+
jupyter_client==8.2.0
|
56 |
+
jupyter_core==5.3.0
|
57 |
+
jupyter_server==2.5.0
|
58 |
+
jupyter_server_terminals==0.4.4
|
59 |
+
jupyterlab-pygments==0.2.2
|
60 |
+
jupyterlab-widgets==3.0.7
|
61 |
+
kiwisolver==1.4.4
|
62 |
+
linkify-it-py==2.0.2
|
63 |
+
markdown-it-py==2.2.0
|
64 |
+
MarkupSafe==2.1.2
|
65 |
+
matplotlib==3.7.1
|
66 |
+
matplotlib-inline==0.1.6
|
67 |
+
mdit-py-plugins==0.3.3
|
68 |
+
mdurl==0.1.2
|
69 |
+
mistune==2.0.5
|
70 |
+
mpmath==1.3.0
|
71 |
+
multidict==6.0.4
|
72 |
+
nbclassic==1.0.0
|
73 |
+
nbclient==0.7.4
|
74 |
+
nbconvert==7.4.0
|
75 |
+
nbformat==5.8.0
|
76 |
+
nest-asyncio==1.5.6
|
77 |
+
networkx==3.1
|
78 |
+
notebook==6.5.4
|
79 |
+
notebook_shim==0.2.3
|
80 |
+
numpy==1.24.3
|
81 |
+
orjson==3.8.12
|
82 |
+
packaging==23.1
|
83 |
+
pandas==2.0.1
|
84 |
+
pandocfilters==1.5.0
|
85 |
+
parso==0.8.3
|
86 |
+
pexpect==4.8.0
|
87 |
+
pickleshare==0.7.5
|
88 |
+
Pillow==9.5.0
|
89 |
+
planet==2.0.0rc2
|
90 |
+
platformdirs==3.5.1
|
91 |
+
prometheus-client==0.16.0
|
92 |
+
prompt-toolkit==3.0.38
|
93 |
+
psutil==5.9.5
|
94 |
+
ptyprocess==0.7.0
|
95 |
+
pure-eval==0.2.2
|
96 |
+
pycocotools==2.0.6
|
97 |
+
pycparser==2.21
|
98 |
+
pydantic==1.10.7
|
99 |
+
pydub==0.25.1
|
100 |
+
Pygments==2.15.1
|
101 |
+
PyJWT==2.6.0
|
102 |
+
pyparsing==3.0.9
|
103 |
+
pyrsistent==0.19.3
|
104 |
+
python-dateutil==2.8.2
|
105 |
+
python-json-logger==2.0.7
|
106 |
+
python-multipart==0.0.6
|
107 |
+
pytz==2023.3
|
108 |
+
PyYAML==6.0
|
109 |
+
pyzmq==25.0.2
|
110 |
+
qtconsole==5.4.3
|
111 |
+
QtPy==2.3.1
|
112 |
+
regex==2023.5.5
|
113 |
+
requests==2.30.0
|
114 |
+
rfc3339-validator==0.1.4
|
115 |
+
rfc3986==1.5.0
|
116 |
+
rfc3986-validator==0.1.1
|
117 |
+
safetensors==0.3.1
|
118 |
+
semantic-version==2.10.0
|
119 |
+
Send2Trash==1.8.2
|
120 |
+
six==1.16.0
|
121 |
+
sniffio==1.3.0
|
122 |
+
soupsieve==2.4.1
|
123 |
+
stack-data==0.6.2
|
124 |
+
starlette==0.27.0
|
125 |
+
sympy==1.12
|
126 |
+
termcolor==2.3.0
|
127 |
+
terminado==0.17.1
|
128 |
+
timm==0.9.2
|
129 |
+
tinycss2==1.2.1
|
130 |
+
tokenizers==0.13.3
|
131 |
+
toolz==0.12.0
|
132 |
+
torch==2.0.1
|
133 |
+
torchvision==0.15.2
|
134 |
+
tornado==6.3.2
|
135 |
+
tqdm==4.65.0
|
136 |
+
traitlets==5.9.0
|
137 |
+
transformers==4.29.2
|
138 |
+
typing_extensions==4.5.0
|
139 |
+
tzdata==2023.3
|
140 |
+
uc-micro-py==1.0.2
|
141 |
+
uri-template==1.2.0
|
142 |
+
urllib3==2.0.2
|
143 |
+
uvicorn==0.22.0
|
144 |
+
wcwidth==0.2.6
|
145 |
+
webcolors==1.13
|
146 |
+
webencodings==0.5.1
|
147 |
+
websocket-client==1.5.1
|
148 |
+
websockets==11.0.3
|
149 |
+
widgetsnbextension==4.0.7
|
150 |
+
yacs==0.1.8
|
151 |
+
yarl==1.9.2
|