提交 9045b6b9 authored 作者: amrithasuresh's avatar amrithasuresh

Updated numpy as np

上级 0b3ffa5e
...@@ -3,7 +3,7 @@ import errno ...@@ -3,7 +3,7 @@ import errno
import os import os
import sys import sys
import logging import logging
import numpy import numpy as np
import platform import platform
import textwrap import textwrap
import re import re
...@@ -1052,7 +1052,7 @@ AddConfigVar('profiling.ignore_first_call', ...@@ -1052,7 +1052,7 @@ AddConfigVar('profiling.ignore_first_call',
AddConfigVar('optdb.position_cutoff', AddConfigVar('optdb.position_cutoff',
'Where to stop eariler during optimization. It represent the' 'Where to stop eariler during optimization. It represent the'
' position of the optimizer where to stop.', ' position of the optimizer where to stop.',
FloatParam(numpy.inf), FloatParam(np.inf),
in_c_key=False) in_c_key=False)
AddConfigVar('optdb.max_use_ratio', AddConfigVar('optdb.max_use_ratio',
...@@ -1494,7 +1494,7 @@ compiledir_format_dict = { ...@@ -1494,7 +1494,7 @@ compiledir_format_dict = {
"python_bitwidth": local_bitwidth(), "python_bitwidth": local_bitwidth(),
"python_int_bitwidth": python_int_bitwidth(), "python_int_bitwidth": python_int_bitwidth(),
"theano_version": theano.__version__, "theano_version": theano.__version__,
"numpy_version": numpy.__version__, "numpy_version": np.__version__,
"gxx_version": gcc_version_str.replace(" ", "_"), "gxx_version": gcc_version_str.replace(" ", "_"),
"hostname": socket.gethostname()} "hostname": socket.gethostname()}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论