Skip to content

Commit

Permalink
Update tests/test_label_ops.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatV authored Aug 19, 2024
1 parent 7376f43 commit c84010f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_label_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ def setup_ctc_label_encode_tibetan(tmp_path):
character_dict_path = generate_character_dict(
tmp_path, ["ཀ", "ཁ", "ག", "ང", "ཀྵ", "ཀྪོ", "ཀྩོ", "ཀྤྲེ", "ཀླཱ", "གྒྲ"]
)
with open(character_dict_path, "r", encoding="utf-8") as f:
print(f"Character dictionary content:\n{f.read()}")
return CTCLabelEncode(max_text_length=25, character_dict_path=character_dict_path)


Expand Down

0 comments on commit c84010f

Please sign in to comment.