Commit
·
960ea7a
1
Parent(s):
a6f6630
Create README.md
Browse filesadd EfficientTDNN description.
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# EfficientTDNN
|
2 |
+
|
3 |
+
Model Version
|
4 |
+
- Maximum Size: One single model with the maximum size.
|
5 |
+
- Dynamic Kernel: The model enables various kernel sizes in $\{1,3,5\}$.
|
6 |
+
- Dynamic Depth: The model enables additional various depth in $\{2,3,4\}$ based on \textbf{Dynamic Kernel} version.
|
7 |
+
- Dynamic Width 1: The model enable additional various width in $[0.5, 1.0]$ based on \textbf{Dynamic Depth} version.
|
8 |
+
- Dynamic Width 2: The model enable additional various width in $[0.25, 0.5]$ based on \textbf{Dynamic Width 1} version.
|
9 |
+
|
10 |
+
It was introduced by [EfficientTDNN](https://arxiv.org/abs/2103.13581).
|
11 |
+
|
12 |
+
TODO upload weights.
|