swh:1:snp:e65ec12a3dc489100df2dfc1b0eab4915109f830
Raw File
Tip revision: 64a52dd9887ef748ac08579f2f3011d463cddf5a authored by vdutor on 15 February 2019, 10:47:07 UTC
Add unit test
Tip revision: 64a52dd
__init__.py
import tensorflow as tf

tf.logging.set_verbosity('FATAL')
back to top