We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cbfc3a commit d7f1b4bCopy full SHA for d7f1b4b
src/neuroner.py
@@ -24,7 +24,7 @@
24
from pprint import pprint
25
# http://stackoverflow.com/questions/42217532/tensorflow-version-1-0-0-rc2-on-windows-opkernel-op-bestsplits-device-typ
26
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'
27
-print('NeuroNER version: {0}'.format('1.0-dev'))
+print('NeuroNER version: {0}'.format('1.0-dev2'))
28
print('TensorFlow version: {0}'.format(tf.__version__))
29
import warnings
30
warnings.filterwarnings('ignore')
0 commit comments