Skip to content

Instantly share code, notes, and snippets.

@joao-timescale
Created February 14, 2017 23:39
Show Gist options
  • Save joao-timescale/4e4383495b9b6775d40256453a5aa1bf to your computer and use it in GitHub Desktop.
Save joao-timescale/4e4383495b9b6775d40256453a5aa1bf to your computer and use it in GitHub Desktop.
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