Data and pretrained models on Zenodo
Implentation of the PRS paper.
Download the data and pre-trained weights from zenodo in a folder named ASRU. We use the full path to ASRU folder to set up the REF variable later. We only provide PRS pre-trained weights for stage2.
Create a conda environment using the env.yaml
conda env create -f env.yaml
Set the environment variable in linux based machine using this
export REF="path/to/the/ASRU/"