• Frederic's avatar
    Remove useless debugmode warning about optimization that change results · dfc7b0c8
    Frederic 提交于
    The error is due to rounding difference. The test that fail randomly is theano/sandbox/cuda/tests/test_conv_cuda_ndarray.py:TestConv2DGPU.test_logical_shapes.
    
    Normally, we should set atol depending of the input shape, but the current structure don't allow this, so I use the output shape. So this could happen with other tests if the output shape is smaller.
    dfc7b0c8
名称
最后提交
最后更新
..
tests 正在载入提交数据...
GpuConv3D.py 正在载入提交数据...
GpuConvGrad3D.py 正在载入提交数据...
GpuConvTransp3D.py 正在载入提交数据...
__init__.py 正在载入提交数据...
basic_ops.py 正在载入提交数据...
blas.py 正在载入提交数据...
conv.cu 正在载入提交数据...
conv_full_kernel.cu 正在载入提交数据...
conv_kernel.cu 正在载入提交数据...
cuda_ndarray.cu 正在载入提交数据...
cuda_ndarray.cuh 正在载入提交数据...
elemwise.py 正在载入提交数据...
kernel_codegen.py 正在载入提交数据...
neighbours.py 正在载入提交数据...
nnet.py 正在载入提交数据...
nvcc_compiler.py 正在载入提交数据...
opt.py 正在载入提交数据...
rng_curand.py 正在载入提交数据...
type.py 正在载入提交数据...
var.py 正在载入提交数据...