Skip to content
Snippets Groups Projects
Commit 6fdbc1a1 authored by Pat Alt's avatar Pat Alt
Browse files

updated jobscripts

parent 8cde9c37
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
......@@ -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"
......
#!/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.
......
#!/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
......
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