• Razvan Pascanu's avatar
    Increase the max_ratio of equilibrium · dcc5c958
    Razvan Pascanu 提交于
    My optimization pushes in the main graph a lot of computations in terms of
    constants, and constant folding maxes out pretty quickly. This is a quick
    fix to that. I'm not sure if 50 is not too much, I haven't played with that
    value .. maybe 20 or something would suffice. I would also like to increase
    this value only for constant folding and not all the others, but I didn't
    know how.
    dcc5c958
名称
最后提交
最后更新
..
sandbox 正在载入提交数据...
tests 正在载入提交数据...
__init__.py 正在载入提交数据...
callcache.py 正在载入提交数据...
cc.py 正在载入提交数据...
cmodule.py 正在载入提交数据...
compiledir.py 正在载入提交数据...
compilelock.py 正在载入提交数据...
cutils.py 正在载入提交数据...
destroyhandler.py 正在载入提交数据...
env.py 正在载入提交数据...
graph.py 正在载入提交数据...
lazylinker_c.c 正在载入提交数据...
lazylinker_c.py 正在载入提交数据...
link.py 正在载入提交数据...
op.py 正在载入提交数据...
opt.py 正在载入提交数据...
optdb.py 正在载入提交数据...
python25.py 正在载入提交数据...
toolbox.py 正在载入提交数据...
type.py 正在载入提交数据...
unify.py 正在载入提交数据...
utils.py 正在载入提交数据...
vm.py 正在载入提交数据...