提交 de787b0c authored 作者: Michael Opitz's avatar Michael Opitz

enable dots in section names

Config parameters in CUDNN v3 have more than one hierarchy level (i.e.dnn.conv.algo_fwd). This patch allows to override these values within .theanorc
上级 51a26add
......@@ -144,7 +144,7 @@ def fetch_val_for_key(key):
# next try to find it in the config file
# config file keys can be of form option, or section.option
key_tokens = key.split('.')
key_tokens = key.rsplit('.', 1)
if len(key_tokens) > 2:
raise KeyError(key)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论