tiantiaf commited on
Commit
0260452
·
verified ·
1 Parent(s): c30b825

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -77,4 +77,6 @@ logits, embeddings = model(data, return_feature=True)
77
  # Probability and output
78
  accent_prob = F.softmax(logits, dim=1)
79
  print(english_accent_list[torch.argmax(accent_prob).detach().cpu().item()])
80
- ```
 
 
 
77
  # Probability and output
78
  accent_prob = F.softmax(logits, dim=1)
79
  print(english_accent_list[torch.argmax(accent_prob).detach().cpu().item()])
80
+ ```
81
+
82
+ # If you have any question, please contact: Tiantian Feng ([email protected])