Commit
·
4ccc7df
1
Parent(s):
960ea7a
Update README.md
Browse files
README.md
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
|
3 |
Model Version
|
4 |
- Maximum Size: One single model with the maximum size.
|
5 |
-
- Dynamic Kernel: The model enables various kernel sizes in
|
6 |
-
- Dynamic Depth: The model enables additional various depth in
|
7 |
-
- Dynamic Width 1: The model enable additional various width in
|
8 |
-
- Dynamic Width 2: The model enable additional various width in
|
9 |
|
10 |
It was introduced by [EfficientTDNN](https://arxiv.org/abs/2103.13581).
|
11 |
|
|
|
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 **Dynamic Kernel** version.
|
7 |
+
- Dynamic Width 1: The model enable additional various width in [0.5, 1.0] based on **Dynamic Depth** version.
|
8 |
+
- Dynamic Width 2: The model enable additional various width in [0.25, 0.5] based on **Dynamic Width 1* version.
|
9 |
|
10 |
It was introduced by [EfficientTDNN](https://arxiv.org/abs/2103.13581).
|
11 |
|