# Before Start This document provides a concise workflow to run AuralSAM2 experiments. ## ⚙️ Prepare environment and data Please complete all setup steps in [installation](./installation.md) first. ## 🚀 Training Use the unified launcher script: ```bash cd scripts ./run_avs_train.sh [gpus] ./run_ref_train.sh [gpus] ``` The experiments are implemented by 4 GPUs by default. ## 🔍 Inference (example) ```bash cd avs.code/v2.code python inference.py --gpus 1 --batch_size 1 --inference_ckpt /absolute/path/to/checkpoint.pth ``` ## 📊 Training Logs (Reproducibility) Some examples of training details, please see [this wandb link](https://wandb.ai/pyedog1976/AVS-final-report/workspace?nw=nwuserpyedog1976). In details, after clicking the run (e.g., [v1m-hiera-l](https://wandb.ai/pyedog1976/AVS-final-report/runs/gzp5dmwi/logs?nw=nwuserpyedog1976)), you can checkout: 1) overall information (e.g., command line, hardware information and training time). 2) training curves and validation visualisation. 3) output logs. ## 💾 Checkpoints We release both checkpoints and training logs in this [Google Drive link](https://drive.google.com/drive/folders/1n0HaCHMn48KaImXvX2mu4qKHUQg4mo9R?usp=sharing).