Closed chrisjansky closed 4 years ago
Thanks for your work Simon, such an exciting project!
Upon cloning the repo, installing the requirements and fontTools via pip3 and running .kerncritic, I get the following error:
AttributeError: module 'tensorflow' has no attribute 'logging'
Any pointers please?
Never mind, managed to fix it by:
import logging logger = tf.get_logger() logger.setLevel(logging.ERROR)
Thanks for your work Simon, such an exciting project!
Upon cloning the repo, installing the requirements and fontTools via pip3 and running .kerncritic, I get the following error:
AttributeError: module 'tensorflow' has no attribute 'logging'
Any pointers please?