Revision aa256bc7def4336dd9e6fa43b66bf00758b4922e authored by Soumith Chintala on 02 November 2016, 23:44:58 UTC, committed by GitHub on 02 November 2016, 23:44:58 UTC
test on inputGpu emptiness symmetric in backward and forward
2 parent s 64224a6 + 98b777b
Raw File
init.lua
require "cutorch"
require "nn"
require "cunn.THCUNN"

require('cunn.test')
require('cunn.DataParallelTable')

nn.Module._flattenTensorBuffer['torch.CudaTensor'] = torch.FloatTensor.new
back to top