Skip to content

xaviergonzalez/deep_ssm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep sequence models

Installation:

Run the following commands to install the required packages:

./setup_env.sh

Note: if working on sherlock make sure to download the correct modules before running the above command.

ml python/3.9.0 && ml gcc/10.1.0 && ml cudnn/8.9.0.131  && ml load cuda/12.4.1

Baselines:

python -m example --grayscale
1. Download data in directory and export directory path to the environment variable $DEEP_SSM_DATA
gsutil cp gs://cfan/interspeech24/brain2text_competition_data.pkl .
export DEEP_SSM_DATA=/path/to/data

Note: on sherlock the data is already available in the following directory:
export DEEP_SSM_DATA=/scratch/groups/swl1

2. Run code to debug model: 
python run.py --config-name="baseline_gru" trainer_cfg.fast_dev_run=1

3. Full code to train mode: python run.py --config-name="baseline_gru"
python run.py --config-name="baseline_gru"
python run.py --config-name="baseline_mamba"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%