karenlu653 commited on
Commit
1e1c4b6
·
verified ·
1 Parent(s): edf28a1

added references

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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
+