mute-tf-warnings

a package for allocating tensorflow gpu memory use in python


License
MIT
Install
pip install mute-tf-warnings==0.11

Documentation

Mute Tensorflow Warnings

Have been frustrated with tensorflow upgrade/other warnings? then this package is for you.

It mutes tensorflow warnings and makes your code outputs clean.

Install

$ pip install mute_tf_warnings

Usage

import tensorflow as tf
from mute_tf_warnings import tf_mute_warning

# run this before any other tensorflow code
tf_mute_warning()

license

MIT