fightglory commited on
Commit
211554e
·
1 Parent(s): 75240e8

Weights and requirements

Browse files
.gitattributes CHANGED
@@ -32,3 +32,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ EfficientNetV2_Aug.hdf5 filter=lfs diff=lfs merge=lfs -text
36
+ EfficientNetV2.hdf5 filter=lfs diff=lfs merge=lfs -text
37
+ InceptionV3_Aug_Back.hdf5 filter=lfs diff=lfs merge=lfs -text
38
+ InceptionV3_Aug.hdf5 filter=lfs diff=lfs merge=lfs -text
39
+ MobileNetV2_Aug.hdf5 filter=lfs diff=lfs merge=lfs -text
40
+ MobileNetV2.hdf5 filter=lfs diff=lfs merge=lfs -text
EfficientNetV2.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47b2f650a137b0818a2f2e1694f99e99eb0bed637c4cd249d475dd63714fd9b7
3
+ size 71921432
EfficientNetV2_Aug.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2673f233f7df6b88d61f6b4f0ff1c72ecd59ecd6fd905c55791dbf0632c61c8
3
+ size 71921432
InceptionV3_Aug.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20ecca31fdcbebf2c01d6d63ca1d77ffb2cd4488eee4a7a452527ca3abb9febd
3
+ size 262823952
InceptionV3_Aug_Back.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c1cc10ebfbb1d7b9e29732140595d79201a0fad29e38381619f33c26ece1f1e
3
+ size 262823952
MobileNetV2.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df3be92e02819d23eab704401da7e4f539f9475c9dae5f11a97a1c3cbe72d923
3
+ size 27722624
MobileNetV2_Aug.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f5736381a0efa4657cc535f5c52e43c5fc9d5e1a693abf5f396140da966b3c7
3
+ size 27722624
requirements.txt ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.3.0
2
+ aiohttp==3.8.3
3
+ aiosignal==1.3.1
4
+ anyio==3.6.2
5
+ astunparse==1.6.3
6
+ async-timeout==4.0.2
7
+ attrs==22.1.0
8
+ bcrypt==4.0.1
9
+ cachetools==5.2.0
10
+ certifi==2022.9.24
11
+ cffi==1.15.1
12
+ charset-normalizer==2.1.1
13
+ click==8.1.3
14
+ colorama==0.4.6
15
+ contourpy==1.0.6
16
+ cryptography==38.0.3
17
+ cycler==0.11.0
18
+ fastapi==0.87.0
19
+ ffmpy==0.3.0
20
+ flatbuffers==22.10.26
21
+ fonttools==4.38.0
22
+ frozenlist==1.3.3
23
+ fsspec==2022.11.0
24
+ gast==0.4.0
25
+ google-auth==2.14.1
26
+ google-auth-oauthlib==0.4.6
27
+ google-pasta==0.2.0
28
+ gradio==3.9.1
29
+ grpcio==1.50.0
30
+ h11==0.12.0
31
+ h5py==3.7.0
32
+ httpcore==0.15.0
33
+ httpx==0.23.0
34
+ idna==3.4
35
+ importlib-metadata==5.0.0
36
+ Jinja2==3.1.2
37
+ keras==2.10.0
38
+ Keras-Preprocessing==1.1.2
39
+ kiwisolver==1.4.4
40
+ libclang==14.0.6
41
+ linkify-it-py==1.0.3
42
+ Markdown==3.4.1
43
+ markdown-it-py==2.1.0
44
+ MarkupSafe==2.1.1
45
+ matplotlib==3.6.2
46
+ mdit-py-plugins==0.3.1
47
+ mdurl==0.1.2
48
+ multidict==6.0.2
49
+ numpy==1.23.4
50
+ oauthlib==3.2.2
51
+ opt-einsum==3.3.0
52
+ orjson==3.8.1
53
+ packaging==21.3
54
+ pandas==1.5.1
55
+ paramiko==2.12.0
56
+ Pillow==9.3.0
57
+ protobuf==3.19.6
58
+ pyasn1==0.4.8
59
+ pyasn1-modules==0.2.8
60
+ pycparser==2.21
61
+ pycryptodome==3.15.0
62
+ pydantic==1.10.2
63
+ pydub==0.25.1
64
+ PyNaCl==1.5.0
65
+ pyparsing==3.0.9
66
+ python-dateutil==2.8.2
67
+ python-multipart==0.0.5
68
+ pytz==2022.6
69
+ PyYAML==6.0
70
+ requests==2.28.1
71
+ requests-oauthlib==1.3.1
72
+ rfc3986==1.5.0
73
+ rsa==4.9
74
+ six==1.16.0
75
+ sniffio==1.3.0
76
+ starlette==0.21.0
77
+ tensorboard==2.10.1
78
+ tensorboard-data-server==0.6.1
79
+ tensorboard-plugin-wit==1.8.1
80
+ tensorflow==2.10.0
81
+ tensorflow-estimator==2.10.0
82
+ tensorflow-io-gcs-filesystem==0.27.0
83
+ termcolor==2.1.0
84
+ typing_extensions==4.4.0
85
+ uc-micro-py==1.0.1
86
+ urllib3==1.26.12
87
+ uvicorn==0.19.0
88
+ websockets==10.4
89
+ Werkzeug==2.2.2
90
+ wrapt==1.14.1
91
+ yarl==1.8.1
92
+ zipp==3.10.0