Update README.md
Browse files
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])
|