mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-10-29 01:26:44 +08:00
Makefile
This commit is contained in:
@ -150,5 +150,5 @@ class RHN(Module):
|
||||
# Stack the outputs and states
|
||||
out = torch.stack(out)
|
||||
s = torch.stack(s)
|
||||
|
||||
|
||||
return out, s
|
||||
|
||||
Reference in New Issue
Block a user