We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我安裝了ckiptagger... (tensorflow 1.14) pip install -U ckiptagger
只要加上 from ckiptagger import data_utils, construct_dictionary, WS, POS, NER
就無法使用 tf.logging.info 來顥示訊息!!
The text was updated successfully, but these errors were encountered:
在 import ckiptagger 後,tensorflow logging level 調整為 ERROR。 可在 import 後再調整為 INFO,例如:
from ckiptagger import data_utils, construct_dictionary, WS, POS, NER tf.compat.v1.logging.set_verbosity(tf.compat.v1.logging.INFO)
Sorry, something went wrong.
了解,感謝!
No branches or pull requests
我安裝了ckiptagger... (tensorflow 1.14)
pip install -U ckiptagger
只要加上
from ckiptagger import data_utils, construct_dictionary, WS, POS, NER
就無法使用 tf.logging.info 來顥示訊息!!
The text was updated successfully, but these errors were encountered: