diff --git a/experiments/Manifest.toml b/experiments/Manifest.toml index a82fd00b9068dee1a0d391aeeb7675f54015117d..286844d47126f2f95e580e13fcd678905d6e7b62 100644 --- a/experiments/Manifest.toml +++ b/experiments/Manifest.toml @@ -444,7 +444,7 @@ version = "0.6.2" [[deps.CounterfactualExplanations]] deps = ["CSV", "CUDA", "CategoricalArrays", "ChainRulesCore", "DataFrames", "DecisionTree", "Distributions", "EvoTrees", "Flux", "LaplaceRedux", "LazyArtifacts", "LinearAlgebra", "Logging", "MLDatasets", "MLJBase", "MLJDecisionTreeInterface", "MLJModels", "MLUtils", "MultivariateStats", "NearestNeighborModels", "PackageExtensionCompat", "Parameters", "PrecompileTools", "ProgressMeter", "Random", "Serialization", "Statistics", "StatsBase", "Tables", "UUIDs", "cuDNN"] -git-tree-sha1 = "108bf1c3a0cefdcc53bda5482ea1aa6d8ee86382" +git-tree-sha1 = "9bcb579703041d8708b179e55c119f150c5565bc" repo-rev = "main" repo-url = "https://github.com/JuliaTrustworthyAI/CounterfactualExplanations.jl.git" uuid = "2f13d31b-18db-44c1-bc43-ebaf2cff0be0" diff --git a/experiments/jobscripts/generators/fmnist.sh b/experiments/jobscripts/generators/fmnist.sh index c9a2035fa154a9599a11e7bbdfdce5b5c47a5d91..10504108e1139ff41a93481a1ebc02bdfea5a83d 100644 --- a/experiments/jobscripts/generators/fmnist.sh +++ b/experiments/jobscripts/generators/fmnist.sh @@ -1,11 +1,11 @@ #!/bin/bash #SBATCH --job-name="Fashion-MNIST (ECCCo)" -#SBATCH --time=24:00:00 -#SBATCH --ntasks=12 -#SBATCH --cpus-per-task=4 +#SBATCH --time=10:00:00 +#SBATCH --ntasks=1000 +#SBATCH --cpus-per-task=1 #SBATCH --partition=compute -#SBATCH --mem-per-cpu=4GB +#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. diff --git a/experiments/jobscripts/generators/mnist.sh b/experiments/jobscripts/generators/mnist.sh index bb65d94fca4b544c2da0915f0b2e59fa1e41b235..ef0180fe4be2e20d0310b8d85e7f360693c5f66b 100644 --- a/experiments/jobscripts/generators/mnist.sh +++ b/experiments/jobscripts/generators/mnist.sh @@ -1,7 +1,7 @@ #!/bin/bash #SBATCH --job-name="MNIST (ECCCo)" -#SBATCH --time=4:00:00 +#SBATCH --time=10:00:00 #SBATCH --ntasks=1000 #SBATCH --cpus-per-task=1 #SBATCH --partition=compute