Andybert

Results 2 comments of Andybert

I met the same problem.

when I try to convert the following torch net to pytorch, require 'torch' require 'nn' require 'nnx' require 'optim' require 'rnn' function buildModel_MeanPool_RNN(nFltrs1,nFltrs2,nFltrs3,nPersonsTrain) local nFilters = {nFltrs1,nFltrs2,nFltrs3} local filtsize =...