RAIN

Results 1 issues of RAIN

Let's say I have a whole wrapped network made with nn called 'model' and I used the ````lua modelFunction, params = autograd.functionalize(model) neuralNet = function(params, input, target) ... return myCustomLoss...