BLEEP state-of-the-art model adapted for SpaRED datasets
Create environment:
cd Spared_BLEEP
conda env create -f environment.yml -n bleep_spared
conda activate bleep_spared
pip install -r requirements.txt
python BLEEP_main.py --dataset [SpaRED_dataset_name] --lr [learning_rate]
We invite you to explore the arguments available and their description in utils.py in order to modify their values as needed.