提交 e6a2645c authored 作者: Frederic's avatar Frederic

fix segfault that don't happen with the current theano code.

上级 a5a3632f
...@@ -901,7 +901,6 @@ CudaNdarray_TakeFrom(CudaNdarray * self, PyObject *args){ ...@@ -901,7 +901,6 @@ CudaNdarray_TakeFrom(CudaNdarray * self, PyObject *args){
free(dims); free(dims);
return NULL; return NULL;
} }
Py_DECREF(clipmode_obj);
} }
void (*k3)(const int, const int, const int, void (*k3)(const int, const int, const int,
const npy_int64*, const npy_int64*,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论