提交 68192fb5 authored 作者: Frederic Bastien's avatar Frederic Bastien

Allow passing exinting mode FAST_RUN_NOGC to theano flag mode.

上级 fe07fe2c
...@@ -29,7 +29,7 @@ AddConfigVar('force_device', ...@@ -29,7 +29,7 @@ AddConfigVar('force_device',
AddConfigVar('mode', AddConfigVar('mode',
"Default compilation mode", "Default compilation mode",
EnumStr('Mode', 'ProfileMode', 'DebugMode', 'FAST_RUN', 'FAST_COMPILE', 'PROFILE_MODE', 'DEBUG_MODE')) EnumStr('Mode', 'ProfileMode', 'DebugMode', 'FAST_RUN', 'FAST_COMPILE', 'PROFILE_MODE', 'DEBUG_MODE', 'FAST_RUN_NOGC'))
# Test whether or not gcc is present: disable C code if it is not # Test whether or not gcc is present: disable C code if it is not
try: try:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论