You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i use predict.py to predict a file but plantext is not Unicode text. it like:
INFO:tensorflow:Inference results: [{'decoded': array([8, 8, 8]), 'plaintext': b'hhh'}]
how i can to predict in UTF-8, Unicode text
The text was updated successfully, but these errors were encountered:
i use predict.py to predict a file but plantext is not Unicode text. it like:
INFO:tensorflow:Inference results: [{'decoded': array([8, 8, 8]), 'plaintext': b'hhh'}]
how i can to predict in UTF-8, Unicode text
The text was updated successfully, but these errors were encountered: