Yair Schiff
Yair Schiff
**Edit:** - [x] Implement bi-directionality by applying `Mamba` module twice: (1) to the forward sequence and (2) to the backward sequence. - [x] Implement ~3~ 2 strategies for combining forward...
Thanks for open-sourcing this repo! I wanted to confirm which config parameters need to be changed in order to test different sizes for `z_sem` in the CelebA experiment. Am I...
Enable code base to incorporate [highD dataset](https://www.highd-dataset.com/) into project pipeline New scripts and files: - `map_highD.py`: Main script that creates environment and car classes for highD dataset - `scripts/run_generate_data_highD.sh` -...