Skip to content
Snippets Groups Projects
Commit caed652a authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

make tensorflow logging to warning

parent 517e0333
Branches
Tags
1 merge request!34biopredict: Handle number of parallel jobs correctly
Pipeline #
import logging
logging.getLogger("tensorflow").setLevel(logging.WARNING)
def get_config():
"""
Returns a string containing the configuration information.
"""
import bob.extension
return bob.extension.get_config(__name__)
\ No newline at end of file
return bob.extension.get_config(__name__)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment