Commit
·
16c4d0d
1
Parent(s):
3259f6e
add bibtex
Browse files
README.md
CHANGED
@@ -106,3 +106,19 @@ The tag is described as follows.
|
|
106 |
- C2min: (2, [128, 128, 128], [1, 1, 1], 384)
|
107 |
|
108 |
More details about EfficentTDNN can be found in the paper [EfficientTDNN](https://arxiv.org/abs/2103.13581).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
- C2min: (2, [128, 128, 128], [1, 1, 1], 384)
|
107 |
|
108 |
More details about EfficentTDNN can be found in the paper [EfficientTDNN](https://arxiv.org/abs/2103.13581).
|
109 |
+
|
110 |
+
## **Citing EfficientTDNN**
|
111 |
+
|
112 |
+
Please, cite EfficientTDNN if you use it for your research or business.
|
113 |
+
|
114 |
+
```bibtex
|
115 |
+
@article{speechbrain,
|
116 |
+
title={{EfficientTDNN}: Efficient Architecture Search for Speaker Recognition in the Wild},
|
117 |
+
author={Rui Wang and Zhihua Wei and Haoran Duan and Shouling Ji and Zhen Hong},
|
118 |
+
year={2021},
|
119 |
+
eprint={2103.13581},
|
120 |
+
archivePrefix={arXiv},
|
121 |
+
primaryClass={eess.AS},
|
122 |
+
note={arXiv:2103.13581}
|
123 |
+
}
|
124 |
+
```
|