• 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
名称
最后提交
最后更新
benchmark/autoencoder 正在载入提交数据...
bin 正在载入提交数据...
doc 正在载入提交数据...
examples 正在载入提交数据...
scripts 正在载入提交数据...
theano 正在载入提交数据...
.hgignore 正在载入提交数据...
LICENSE 正在载入提交数据...
TODO-0.1 正在载入提交数据...
setup.py 正在载入提交数据...