• desjagui@atchoum.iro.umontreal.ca's avatar
    ConvOpGrad in full mode is currently not supported. · 6ca33324
    desjagui@atchoum.iro.umontreal.ca 提交于
    Raise a NotImplementedError.
    
    This is because the gradient on the weights is obtained by convoling the visible
    layer with the hidden layer (as the kernel). Problem is the convolution code
    does not support kernels larger than the input image (which is the case in full
    mode). Either fix ConvOp to allow this, or maybe convolve the hidden with the
    visible as the kernel, then DimShuffle at the end.
    6ca33324
名称
最后提交
最后更新
benchmark 正在载入提交数据...
bin 正在载入提交数据...
doc 正在载入提交数据...
examples 正在载入提交数据...
theano 正在载入提交数据...
.hgignore 正在载入提交数据...
LICENSE.txt 正在载入提交数据...
NEWS.txt 正在载入提交数据...
README.txt 正在载入提交数据...
ez_setup.py 正在载入提交数据...
setup.cfg 正在载入提交数据...
setup.py 正在载入提交数据...