Source code for bob.learn.tensorflow

import logging
logging.getLogger("tensorflow").setLevel(logging.WARNING)


[docs]def get_config(): """ Returns a string containing the configuration information. """ import bob.extension return bob.extension.get_config(__name__)