Jost Arndt

Results 3 issues of Jost Arndt

In the MultiheadAttention the line `self.linears = clones(nn.Linear(d_model, d_model), 4)` occurs, but it should be a 3 instead of a 4: `self.linears = clones(nn.Linear(d_model, d_model), 3)` am I correct?

Für manche LKW-Parkplätze existieren Live-Daten, welche die Auslastung der Parkplätze angeben. Diese sind z.B bei [rlp.verkehr](https://verkehr.rlp.de) auffindbar, allerdings nicht in dieser API. Ist eine Integration dieser Daten geplant oder möglich?

### Is your feature request related to a problem? Please describe. I would like to call the ARIMA on batches of data, i.e. the data has the shape `[batchsize, timesteps]`,...

feature request