matthias-k/DeepGaze

Mistake in the example code

Closed this issue · 1 comments

y_hist_tensor = torch.tensor([fixation_history_x[model.included_fixations]]).to(DEVICE)

should be fixation_history_y instead of fixation_history_x

Thanks a lot for the report! I just fixed it.