added references
Browse files
README.md
CHANGED
|
@@ -60,3 +60,9 @@ def fbanks_from_array(y, sr=pp["sampling_rate"], n_mels=pp["n_mels"], n_fft=pp["
|
|
| 60 |
# logits = model(x)
|
| 61 |
# pred = int(torch.argmax(logits, dim=1))
|
| 62 |
# print(lm[str(pred)])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
# logits = model(x)
|
| 61 |
# pred = int(torch.argmax(logits, dim=1))
|
| 62 |
# print(lm[str(pred)])
|
| 63 |
+
|
| 64 |
+
|
| 65 |
+
## References
|
| 66 |
+
|
| 67 |
+
- Model based from [https://github.com/Colt1990/chinese-dialect-recognition/tree/master](https://github.com/Colt1990/chinese-dialect-recognition/tree/master)
|
| 68 |
+
|