• Frederic's avatar
    [disabled BUGfix,CRASH] related to the cudnn pooling gradient. · 44be801d
    Frederic 提交于
    bug: The optimization where converting the ignore_border=False to ignore_border=True.
    
    crash: The optimization that convert the gpudownsample grad to
    cuddpoolgrad was swapping the inputs parameter. This is caused in part
    by cudnn using strange definition of input and output. Now the op use
    the same inputs order as the other pool grad ops. The only difference
    is tha the c_code() use the name that cudnn use. There is a comment
    that tell that.
    44be801d
名称
最后提交
最后更新
..
cuda 正在载入提交数据...
gpuarray 正在载入提交数据...
linalg 正在载入提交数据...
scan_module 正在载入提交数据...
__init__.py 正在载入提交数据...
conv.py 正在载入提交数据...
debug.py 正在载入提交数据...
downsample.py 正在载入提交数据...
fourier.py 正在载入提交数据...
minimal.py 正在载入提交数据...
multinomial.py 正在载入提交数据...
neighbourhoods.py 正在载入提交数据...
neighbours.py 正在载入提交数据...
rng_mrg.py 正在载入提交数据...
samples_MRG31k3p_12_7_5.txt 正在载入提交数据...
scan.py 正在载入提交数据...
softsign.py 正在载入提交数据...
solve.py 正在载入提交数据...
symbolic_module.py 正在载入提交数据...
test_multinomial.py 正在载入提交数据...
test_neighbourhoods.py 正在载入提交数据...
test_rng_mrg.py 正在载入提交数据...
test_scan.py 正在载入提交数据...
test_theano_object.py 正在载入提交数据...
theano_object.py 正在载入提交数据...