Open noahstevenson opened 4 years ago
It seems like y_true
and y_pred
have different shapes. Can you verify that your training_features and validation features have the same shape (number_of_seqs, sequence_length, 2) and that training labels and validation labels have the same shape (number_of_seqs, sequence_length, 6) before calling MultiTimeStep()
model.fit fails with
tflow
environment (as defined inenvironment,yml
). Fails in the same place as #1 but with different error message:ValueError: Shapes (None, 250, 6) and (None, 240, 6) are incompatible
(full traceback below)running
python train.py
results in