Omini3D / bash_verify_fix.sh
maxmo2009's picture
Sync from local: code + epoch-110 checkpoint, clean README
2af0e94 verified
#!/bin/bash -l
#SBATCH --job-name=xpu-verify-fix
#SBATCH --account=AIRR-P51-DAWN-GPU
#SBATCH --partition=pvc9
#SBATCH --nodes=1
#SBATCH --gres=gpu:1
#SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=12
#SBATCH --time=01:00:00
#SBATCH --output=Logs/verify_fix_%j.out
#SBATCH --error=Logs/verify_fix_%j.err
. /etc/profile.d/modules.sh
module purge
module load rhel9/default-dawn
source ~/miniconda3/etc/profile.d/conda.sh
conda activate ~/rds/rds-airr-p51-TWhPgQVLKbA/Env/pub_env/pytorch-xpu
echo "=== Compare ConvTranspose3d (leaky) vs UpsampleConv (fix) vs full OM_net ==="
python tests/diagnose_xpu_leak_ops.py --test deconv
python tests/diagnose_xpu_leak_ops.py --test upsample_conv
python tests/diagnose_xpu_leak_ops.py --test om_net