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'm receiving a huge number of warnings that the Agenda size is too big. I'm OK ignore this warning, but I can't figure out how to do that from the python API.
I should clarify, that this is in the nbest_encode function of the SentencePieceProcessor, not during training.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
After searching the documentation and source code. It looks like this is not an option in the Python API. I'd be happy to add it if someone points me in the right direction.
@taku910 Apologies for the ping, but I wanted to make sure you saw that there was a commit almost ready for merge here.
I was able to expose the log levels as set_min_log_level and get_min_log_level. When I test it on the local machine using python setup.py bdist_wheel, it works fine.
All,
I'm receiving a huge number of warnings that the Agenda size is too big. I'm OK ignore this warning, but I can't figure out how to do that from the python API.
I should clarify, that this is in the
nbest_encode
function of theSentencePieceProcessor
, not during training.Thanks in advance!
The text was updated successfully, but these errors were encountered: