Created
February 14, 2017 23:39
-
-
Save joao-timescale/4e4383495b9b6775d40256453a5aa1bf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import logging, theano | |
logging.basicConfig(format="%(asctime)s:%(levelname)s:%(name)s: %(message)s") | |
theano.disable_log_handler() | |
theano.theano_logger.warning("foo") # Usually it's a library function that does this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment