forked from kubapok/lalka-lm
Zaktualizuj 'guessword.py'
This commit is contained in:
parent
706d35e834
commit
c0285ec280
@ -218,7 +218,7 @@ with open(dir_path + "\\test-A\\out.tsv", "w", encoding="UTF-8") as out_test_fil
|
||||
candidate = 15001
|
||||
while candidate > 15000:
|
||||
candidate = candidates[np.random.randint(candidates_number)]
|
||||
candidate2 = 15001
|
||||
candidate2 = 15001
|
||||
while candidate2 > 15000 or candidate2 == candidate:
|
||||
candidate2 = candidates[np.random.randint(candidates_number)]
|
||||
print(vocab_itos[candidate])
|
||||
|
Loading…
Reference in New Issue
Block a user