fixed docstring
This commit is contained in:
parent
5509e9aae5
commit
a5a1063160
|
|
@ -153,7 +153,7 @@ class DCRNNModel(nn.Module, Seq2SeqAttrs):
|
|||
seq2seq forward pass
|
||||
:param inputs: shape (seq_len, batch_size, num_sensor * input_dim)
|
||||
:param labels: shape (horizon, batch_size, num_sensor * output)
|
||||
:param batches_seen: batches seen till date
|
||||
:param batches_seen: batches seen till now
|
||||
:return: output: (self.horizon, batch_size, self.num_nodes * self.output_dim)
|
||||
"""
|
||||
encoder_hidden_state = self.encoder(inputs)
|
||||
|
|
|
|||
Loading…
Reference in New Issue