Skip to content

Instantly share code, notes, and snippets.

@mrdrozdov
Created March 7, 2019 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrdrozdov/4c53ade3197978c34ece0ab6e28b07cf to your computer and use it in GitHub Desktop.
Save mrdrozdov/4c53ade3197978c34ece0ab6e28b07cf to your computer and use it in GitHub Desktop.
slurm-header.txt
#!/bin/bash
#
#SBATCH --job-name=arch_treelstm__batch_size_128__hidden_dim_400__k_neg_100__lr_2e-3__normalize_unit__reconstruct_mode_sample__seed_2042501514
#SBATCH -o /mnt/nfs/work1/mccallum/adrozdov/slurm/diora/arch_treelstm__batch_size_128__hidden_dim_400__k_neg_100__lr_2e-3__normalize_unit__reconstruct_mode_sample__seed_2042501514
#SBATCH --time=1-00:00:00
#SBATCH --partition=titanx-long
#SBATCH --gres=gpu:4
#SBATCH --cpus-per-task=8
#SBATCH --mem=180GB
#SBATCH --exclude=node152,node124
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment