Skip to content
Snippets Groups Projects
Commit 92f9ae7d authored by pat-alt's avatar pat-alt
Browse files

delftblue jobs

parent eae89977
No related branches found
No related tags found
1 merge request!8985 overshooting
......@@ -2,8 +2,8 @@
#SBATCH --job-name="Grid-search California Housing (ECCCo)"
#SBATCH --time=01:00:00
#SBATCH --ntasks=20
#SBATCH --cpus-per-task=20
#SBATCH --ntasks=50
#SBATCH --cpus-per-task=8
#SBATCH --partition=compute
#SBATCH --mem-per-cpu=4GB
#SBATCH --account=research-eemcs-insy
......
#!/bin/bash
#SBATCH --job-name="Grid-search Circles (ECCCo)"
#SBATCH --time=01:00:00
#SBATCH --ntasks=30
#SBATCH --cpus-per-task=30
#SBATCH --time=00:45:00
#SBATCH --ntasks=100
#SBATCH --cpus-per-task=10
#SBATCH --partition=compute
#SBATCH --mem-per-cpu=1GB
#SBATCH --mem-per-cpu=2GB
#SBATCH --account=research-eemcs-insy
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes.
......
#!/bin/bash
#SBATCH --job-name="Grid-search German Credit (ECCCo)"
#SBATCH --time=01:00:00
#SBATCH --ntasks=30
#SBATCH --cpus-per-task=30
#SBATCH --time=00:45:00
#SBATCH --ntasks=100
#SBATCH --cpus-per-task=10
#SBATCH --partition=compute
#SBATCH --mem-per-cpu=1GB
#SBATCH --mem-per-cpu=2GB
#SBATCH --account=research-eemcs-insy
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes.
......
......@@ -2,10 +2,10 @@
#SBATCH --job-name="Grid-search GMSC (ECCCo)"
#SBATCH --time=01:00:00
#SBATCH --ntasks=20
#SBATCH --cpus-per-task=20
#SBATCH --ntasks=50
#SBATCH --cpus-per-task=8
#SBATCH --partition=compute
#SBATCH --mem-per-cpu=2GB
#SBATCH --mem-per-cpu=4GB
#SBATCH --account=research-eemcs-insy
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes.
......
#!/bin/bash
#SBATCH --job-name="Grid-search Linearly Separable (ECCCo)"
#SBATCH --time=01:00:00
#SBATCH --ntasks=30
#SBATCH --cpus-per-task=30
#SBATCH --time=00:45:00
#SBATCH --ntasks=100
#SBATCH --cpus-per-task=10
#SBATCH --partition=compute
#SBATCH --mem-per-cpu=1GB
#SBATCH --mem-per-cpu=2GB
#SBATCH --account=research-eemcs-insy
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes.
......
#!/bin/bash
#SBATCH --job-name="Grid-search Moons (ECCCo)"
#SBATCH --time=01:00:00
#SBATCH --ntasks=30
#SBATCH --cpus-per-task=30
#SBATCH --time=00:45:00
#SBATCH --ntasks=100
#SBATCH --cpus-per-task=10
#SBATCH --partition=compute
#SBATCH --mem-per-cpu=1GB
#SBATCH --mem-per-cpu=2GB
#SBATCH --account=research-eemcs-insy
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment