• desjagui@atchoum.iro.umontreal.ca's avatar
    Two import bug fixes (fixed by Olivier B) · 3c34cf73
    desjagui@atchoum.iro.umontreal.ca 提交于
    * ValueError: ('invalid number of arguments', mul(Subtensor{0}.0, 18))
    This error happened after serializing a model. Scalar ops taking a variable
    number of arguments had their ufunc set to that op with -1 input parameters, and
    nout output params. Code has been added to check this condition and set ufunc to
    None which postpones the building of the ufunc to when we know the actual number of
    params (or something like that -see OlivierB.).
    
    * Optimization bug which seemed rather serious.
    Fixed bug with Canonizer and DimShuffle
    Symptom: ValueError: ('Input dimensions do not match.'
    3c34cf73
名称
最后提交
最后更新
..
tests 正在载入提交数据...
__init__.py 正在载入提交数据...
basic.py 正在载入提交数据...
blas.py 正在载入提交数据...
blas_headers.py 正在载入提交数据...
elemwise.py 正在载入提交数据...
elemwise_cgen.py 正在载入提交数据...
inplace.py 正在载入提交数据...
nnet.py 正在载入提交数据...
opt.py 正在载入提交数据...
raw_random.py 正在载入提交数据...
xlogx.py 正在载入提交数据...