snnn001 commited on
Commit
cb99da8
·
verified ·
1 Parent(s): 9a1bb08

Upload GPU-compatible LiteRT artifacts

Browse files
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: litert
3
+ tags:
4
+ - litert
5
+ - tflite
6
+ - vision
7
+ - image-classification
8
+ datasets:
9
+ - imagenet-1k
10
+ ---
11
+
12
+ # densenet121
13
+
14
+ LiteRT TFLite conversion of the TorchVision `densenet121` model.
15
+
16
+ ## Files
17
+
18
+ - `densenet121.tflite`
19
+ - `densenet121_dynamic_wi8_afp32.tflite`
20
+
21
+ ## Notes
22
+
23
+ These artifacts were compiled with the LiteRT GPU compatibility profile and validated with LiteRT Python GPU execution.
densenet121.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:547ead562ca956d63486243ba7fee34fb2a184c212359f1331eaf4929781dc24
3
+ size 32008608
densenet121_dynamic_wi8_afp32.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11f095bcdce3201e0ef8725ddaddcee8fae9deccc840bec649e1a2d15ede9c41
3
+ size 8467344