Commit
·
3340406
1
Parent(s):
72bd33f
Update modelisation_seq2seq_tab.py
Browse files
tabs/modelisation_seq2seq_tab.py
CHANGED
|
@@ -113,6 +113,7 @@ def display_translation(n1, Lang,model_type):
|
|
| 113 |
for i in range(3):
|
| 114 |
# Ajout du parametre à la liste des parametres
|
| 115 |
params.append(url+"?lang_tgt="+target+"&texte="+s[i])
|
|
|
|
| 116 |
|
| 117 |
with Pool(3) as p:
|
| 118 |
responses = p.map(fetch_translation, params)
|
|
|
|
| 113 |
for i in range(3):
|
| 114 |
# Ajout du parametre à la liste des parametres
|
| 115 |
params.append(url+"?lang_tgt="+target+"&texte="+s[i])
|
| 116 |
+
print(params[i])
|
| 117 |
|
| 118 |
with Pool(3) as p:
|
| 119 |
responses = p.map(fetch_translation, params)
|