Jit trace module with two arguments

Hi,

When I do trace a module which takes two inputs I receive this:

 'tuple' object has no attribute '__name__'

 code -> self.rnn = trace(self.rnn, (torch.rand(15,16000), torch.zeros(15,)) )

With one input everything works good.