SmallHedgehog
Results
1
comments of
SmallHedgehog
Modify 'type(h) == Variable' to 'type(h) == torch.Tensor' #-- helper func for rnn units def repackage_hidden(h): """Wraps hidden states in new Variables, to detach them from their history.""" # if...