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

Merge branch '69-initial-run-including-fmnist-lenet-and-new-method' of...

Merge branch '69-initial-run-including-fmnist-lenet-and-new-method' of https://github.com/pat-alt/ECCCo.jl into 69-initial-run-including-fmnist-lenet-and-new-method
parents 9aa30540 f2fa79c5
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
using Pkg
Pkg.resolve()
Pkg.instantiate()
\ No newline at end of file
#!/bin/bash
#SBATCH --job-name="./ environment (ECCCo)"
#SBATCH --time=1:00:00
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=1
#SBATCH --partition=general
#SBATCH --mem-per-cpu=8GB
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes.
module load 2023r1 openmpi
srun julia --project experiments/daic/env.jl > experiments/env_ECCCo.log
\ No newline at end of file
#!/bin/bash
#SBATCH --job-name="/experiments/ environment (ECCCo)"
#SBATCH --time=1:00:00
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=1
#SBATCH --partition=general
#SBATCH --mem-per-cpu=8GB
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes.
module load 2023r1 openmpi
srun julia --project=experiments experiments/daic/env.jl > experiments/env_experiments.log
\ No newline at end of file
......@@ -6,7 +6,6 @@
#SBATCH --cpus-per-task=1
#SBATCH --partition=general
#SBATCH --mem-per-cpu=8GB
#SBATCH --account=research-eemcs-insy
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes.
module load 2023r1 openmpi
......
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