#!/bin/bash #SBATCH --job-name="Tune Tabular Model (ECCCo)" #SBATCH --time=03:00:00 #SBATCH --ntasks=1 #SBATCH --gpus-per-task=1 #SBATCH --cpus-per-task=1 #SBATCH --partition=general #SBATCH --mem-per-cpu=4GB #SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes. srun julia --project=experiments experiments/run_experiments.jl -- data=gmsc,german_credit,california_housing output_path=results tune_model