This commit is contained in:
Christian Risi 2025-10-09 22:23:36 +02:00
commit 1c0ddb8753
2 changed files with 22 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -147,7 +147,7 @@ while current_epoch < MAX_EPOCHS:
): ):
decoded_sentence = TOKENANO.decode(encoded_sentence) decoded_sentence = TOKENANO.decode(encoded_sentence)
decoded_target = TOKENANO.decode(expected_sentence) decoded_target = TOKENANO.decode(expected_sentence)
print(f"ACTUAL:\n\t{decoded_sentence}\nEXPECTED:\n\t{decoded_target}") print(f"ACTUAL:\n\t\t{decoded_sentence}\nEXPECTED:\n\t\t{decoded_target}")