Issue
When executing train_torch_deterministic with --id-test=0 at prediction step, the resulting plot showcase a mismatch between the reference image and the predicted path, as shown below:

When using --id-test=3 you can't tell the difference since the reference image is almost the same
Steps to reproduce
At repository directory execute:
➜ trajpred-bdl git:(main) python3 tests/train_torch_deterministic.py --batch-size=64 --epochs=10 --examples=2 --pickle --id-test=0
Expected result
The predicted path should be drown in the reference image.
Issue
When executing

train_torch_deterministicwith--id-test=0at prediction step, the resulting plot showcase a mismatch between the reference image and the predicted path, as shown below:When using
--id-test=3you can't tell the difference since the reference image is almost the sameSteps to reproduce
At repository directory execute:
Expected result
The predicted path should be drown in the reference image.