Отладка.
Some checks are pending
Build/Publish Develop Docs / deploy (push) Waiting to run

This commit is contained in:
2025-07-02 13:00:14 +03:00
parent ba6e814997
commit 67f6f471cf
2 changed files with 2 additions and 2 deletions

View File

@@ -1296,6 +1296,7 @@ class MultiLabelEncode(BaseRecLabelEncode):
)
def __call__(self, data):
print(data)
data_ctc = copy.deepcopy(data)
data_gtc = copy.deepcopy(data)
data_out = dict()