Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
329e8df4
提交
329e8df4
authored
6月 01, 2016
作者:
Pascal Lamblin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
more ````
上级
a0d5801b
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
23 行增加
和
23 行删除
+23
-23
config.txt
doc/library/config.txt
+23
-23
没有找到文件。
doc/library/config.txt
浏览文件 @
329e8df4
...
@@ -323,9 +323,9 @@ import theano and print the config variable, as in:
...
@@ -323,9 +323,9 @@ import theano and print the config variable, as in:
.. attribute:: profile
.. attribute:: profile
Bool value: either
True or False
Bool value: either
``True`` or ``False``
Default:
False
Default:
``False``
Do the vm/cvm linkers profile the execution time of Theano functions?
Do the vm/cvm linkers profile the execution time of Theano functions?
...
@@ -333,18 +333,18 @@ import theano and print the config variable, as in:
...
@@ -333,18 +333,18 @@ import theano and print the config variable, as in:
.. attribute:: profile_memory
.. attribute:: profile_memory
Bool value: either
True or False
Bool value: either
``True`` or ``False``
Default:
False
Default:
``False``
Do the vm/cvm linkers profile the memory usage of Theano functions?
Do the vm/cvm linkers profile the memory usage of Theano functions?
It only works when profile=True.
It only works when profile=True.
.. attribute:: profile_optimizer
.. attribute:: profile_optimizer
Bool value: either
True or False
Bool value: either
``True`` or ``False``
Default:
False
Default:
``False``
Do the vm/cvm linkers profile the optimization phase when compiling a Theano function?
Do the vm/cvm linkers profile the optimization phase when compiling a Theano function?
It only works when profile=True.
It only works when profile=True.
...
@@ -370,9 +370,9 @@ import theano and print the config variable, as in:
...
@@ -370,9 +370,9 @@ import theano and print the config variable, as in:
.. attribute:: config.profiling.min_peak_memory
.. attribute:: config.profiling.min_peak_memory
Bool value: either
True or False
Bool value: either
``True`` or ``False``
Default:
False
Default:
``False``
Does the memory profile print the min peak memory usage?
Does the memory profile print the min peak memory usage?
It only works when profile=True, profile_memory=True
It only works when profile=True, profile_memory=True
...
@@ -390,25 +390,25 @@ import theano and print the config variable, as in:
...
@@ -390,25 +390,25 @@ import theano and print the config variable, as in:
.. attribute:: config.profiling.debugprint
.. attribute:: config.profiling.debugprint
Bool value: either
True or False
Bool value: either
``True`` or ``False``
Default:
False
Default:
``False``
Do a debugprint of the profiled functions
Do a debugprint of the profiled functions
.. attribute:: config.profiling.ignore_first_call
.. attribute:: config.profiling.ignore_first_call
Bool value: either
True or False
Bool value: either
``True`` or ``False``
Default:
False
Default:
``False``
Do we ignore the first call to a Theano function while profiling.
Do we ignore the first call to a Theano function while profiling.
.. attribute:: config.lib.amdlibm
.. attribute:: config.lib.amdlibm
Bool value: either
True or False
Bool value: either
``True`` or ``False``
Default:
False
Default:
``False``
This makes the compilation use the
This makes the compilation use the
`amdlibm <http://developer.amd.com/cpu/libraries/libm/>`__
`amdlibm <http://developer.amd.com/cpu/libraries/libm/>`__
...
@@ -695,7 +695,7 @@ import theano and print the config variable, as in:
...
@@ -695,7 +695,7 @@ import theano and print the config variable, as in:
.. attribute:: config.gcc.cxxflags
.. attribute:: config.gcc.cxxflags
Default:
""
Default:
``""``
Extra parameters to pass to gcc when compiling. Extra include paths,
Extra parameters to pass to gcc when compiling. Extra include paths,
library paths, configuration options, etc.
library paths, configuration options, etc.
...
@@ -718,7 +718,7 @@ import theano and print the config variable, as in:
...
@@ -718,7 +718,7 @@ import theano and print the config variable, as in:
.. attribute:: config.nvcc.fastmath
.. attribute:: config.nvcc.fastmath
Default: False
Bool value, default: ``False``
If true, this will enable fastmath (|use_fast_math|_)
If true, this will enable fastmath (|use_fast_math|_)
mode for compiled cuda code which makes div and sqrt faster at the
mode for compiled cuda code which makes div and sqrt faster at the
...
@@ -736,7 +736,7 @@ import theano and print the config variable, as in:
...
@@ -736,7 +736,7 @@ import theano and print the config variable, as in:
A list of optimizer tags that we don't want included in the default Mode.
A list of optimizer tags that we don't want included in the default Mode.
If multiple tags, separate them by ':'.
If multiple tags, separate them by ':'.
Ex: to remove the elemwise inplace optimizer(slow for big graph),
Ex: to remove the elemwise inplace optimizer(slow for big graph),
use the flags:
optimizer_excluding:inplace_opt
, where
use the flags:
``optimizer_excluding:inplace_opt``
, where
inplace_opt is the name of that optimization.
inplace_opt is the name of that optimization.
This flag's value cannot be modified during the program execution.
This flag's value cannot be modified during the program execution.
...
@@ -838,26 +838,26 @@ import theano and print the config variable, as in:
...
@@ -838,26 +838,26 @@ import theano and print the config variable, as in:
.. attribute:: config.DebugMode.warn_input_not_reused
.. attribute:: config.DebugMode.warn_input_not_reused
Bool value, default:
True
Bool value, default:
``True``
Generate a warning when the destroy_map or view_map tell that an op work
Generate a warning when the destroy_map or view_map tell that an op work
inplace, but the op did not reuse the input for its output.
inplace, but the op did not reuse the input for its output.
.. attribute:: config.NanGuardMode.nan_is_error
.. attribute:: config.NanGuardMode.nan_is_error
Bool value, default:
True
Bool value, default:
``True``
Controls whether NanGuardMode generates an error when it sees a nan.
Controls whether NanGuardMode generates an error when it sees a nan.
.. attribute:: config.NanGuardMode.inf_is_error
.. attribute:: config.NanGuardMode.inf_is_error
Bool value, default:
True
Bool value, default:
``True``
Controls whether NanGuardMode generates an error when it sees an inf.
Controls whether NanGuardMode generates an error when it sees an inf.
.. attribute:: config.NanGuardMode.nan_is_error
.. attribute:: config.NanGuardMode.nan_is_error
Bool value, default:
True
Bool value, default:
``True``
Controls whether NanGuardMode generates an error when it sees a
Controls whether NanGuardMode generates an error when it sees a
big value (>1e10).
big value (>1e10).
...
@@ -968,7 +968,7 @@ import theano and print the config variable, as in:
...
@@ -968,7 +968,7 @@ import theano and print the config variable, as in:
.. attribute:: print_test_value
.. attribute:: print_test_value
Bool value, default:
False
Bool value, default:
``False``
If ``'True'``, Theano will override the ``__str__`` method of its variables
If ``'True'``, Theano will override the ``__str__`` method of its variables
to also print the tag.test_value when this is available.
to also print the tag.test_value when this is available.
...
@@ -1002,7 +1002,7 @@ import theano and print the config variable, as in:
...
@@ -1002,7 +1002,7 @@ import theano and print the config variable, as in:
.. attribute:: config.cmodule.warn_no_version
.. attribute:: config.cmodule.warn_no_version
Bool value, default:
False
Bool value, default:
``False``
If True, will print a warning when compiling one or more Op with C
If True, will print a warning when compiling one or more Op with C
code that can't be cached because there is no ``c_code_cache_version()``
code that can't be cached because there is no ``c_code_cache_version()``
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论