Mistake in the example code
Closed this issue · 1 comments
hidoba commented
y_hist_tensor = torch.tensor([fixation_history_x[model.included_fixations]]).to(DEVICE)
should be fixation_history_y
instead of fixation_history_x
matthias-k commented
Thanks a lot for the report! I just fixed it.