Merge pull request #6336 from qingqing01/cudnn_conv_op

Change the type of conv2d in Python API.
release/0.11.0
qingqing01 8 years ago committed by GitHub
commit 429d67deee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -764,7 +764,7 @@ def conv2d(input,
pre_bias = helper.create_tmp_variable(dtype)
helper.append_op(
type='conv2d',
type='conv2d_cudnn',
inputs={
'Input': input,
'Filter': filter,

Loading…
Cancel
Save