Many-to-One LSTM Input Shape - PyTorch Forums
discuss.pytorch.org › t › many-to-one-lstm-inputJan 25, 2022 · “One-to-many sequence problems are sequence problems where the input data has one time-step, and the output contains a vector of multiple values or multiple time-steps.” I am trying to make a One-to-many LSTM based model in pytorch. It is a binary classification problem there is only 2 classes. However, the labels should be a vector of 2 classes so for example: LABEL VECTOR [array([0., 1 ...