Skip to content
Snippets Groups Projects
Commit 0113a18c 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 ce44feb3 06a7bc77
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
......@@ -1000,9 +1000,9 @@ version = "1.0.0"
[[deps.JLD2]]
deps = ["FileIO", "MacroTools", "Mmap", "OrderedCollections", "Pkg", "Printf", "Reexport", "Requires", "TranscodingStreams", "UUIDs"]
git-tree-sha1 = "773125c999b4ebfe31e679593c8af7f43f401f1c"
git-tree-sha1 = "c11d691a0dc8e90acfa4740d293ade57f68bfdbb"
uuid = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
version = "0.4.34"
version = "0.4.35"
[[deps.JLLWrappers]]
deps = ["Artifacts", "Preferences"]
......@@ -1364,9 +1364,9 @@ version = "0.7.2"
[[deps.Metalhead]]
deps = ["Artifacts", "BSON", "CUDA", "ChainRulesCore", "Flux", "Functors", "JLD2", "LazyArtifacts", "MLUtils", "NNlib", "PartialFunctions", "Random", "Statistics"]
git-tree-sha1 = "c093734078e92a4edcf54e850af68ef8cc2c9e03"
git-tree-sha1 = "4bbdb628c60c5f473148292df3ecb87058ba515f"
uuid = "dbeba491-748d-5e0e-a39e-b530a07fa0cc"
version = "0.8.2"
version = "0.8.3"
[[deps.MicroCollections]]
deps = ["BangBang", "InitialValues", "Setfield"]
......@@ -1543,9 +1543,9 @@ version = "1.4.1"
[[deps.OpenSSL_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "e78db7bd5c26fc5a6911b50a47ee302219157ea8"
git-tree-sha1 = "ceeda72c9fd6bbebc4f4f598560789145a8b6c4c"
uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
version = "3.0.10+0"
version = "3.0.11+0"
[[deps.OpenSpecFun_jll]]
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "Pkg"]
......@@ -1566,9 +1566,9 @@ version = "1.6.2"
[[deps.PDMats]]
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
git-tree-sha1 = "67eae2738d63117a196f497d7db789821bce61d1"
git-tree-sha1 = "3129380a93388e5062e946974246fe3f2e7c73e2"
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
version = "0.11.17"
version = "0.11.18"
[[deps.PNGFiles]]
deps = ["Base64", "CEnum", "ImageCore", "IndirectArrays", "OffsetArrays", "libpng_jll"]
......@@ -2104,9 +2104,9 @@ version = "0.5.2"
[[deps.TiffImages]]
deps = ["ColorTypes", "DataStructures", "DocStringExtensions", "FileIO", "FixedPointNumbers", "IndirectArrays", "Inflate", "Mmap", "OffsetArrays", "PkgVersion", "ProgressMeter", "UUIDs"]
git-tree-sha1 = "3c4535892eff963d14acee719df445287c2d8f98"
git-tree-sha1 = "b7dc44cb005a7ef743b8fe98970afef003efdce7"
uuid = "731e570b-9d59-4bfa-96dc-6df516fadf69"
version = "0.6.5"
version = "0.6.6"
[[deps.TiledIteration]]
deps = ["OffsetArrays", "StaticArrayInterface"]
......
#!/bin/bash
#SBATCH --job-name="Grid-search Synthetic (ECCCo)"
#SBATCH --time=05:00:00
#SBATCH --time=04:00:00
#SBATCH --ntasks=1000
#SBATCH --cpus-per-task=1
#SBATCH --partition=general
......
#!/bin/bash
#SBATCH --job-name="Grid-search Tabular (ECCCo)"
#SBATCH --time=16:00:00
#SBATCH --ntasks=1000
#SBATCH --time=04:00:00
#SBATCH --ntasks=2000
#SBATCH --cpus-per-task=1
#SBATCH --partition=general
#SBATCH --mem-per-cpu=8GB
#SBATCH --mem-per-cpu=4GB
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes.
module use /opt/insy/modulefiles # Use DAIC INSY software collection
module load openmpi
srun julia --project=experiments experiments/run_experiments.jl -- data=gmsc,german_credit output_path=results mpi grid_search > experiments/grid_search_tabular.log
\ No newline at end of file
srun julia --project=experiments experiments/run_experiments.jl -- data=gmsc,german_credit output_path=results mpi grid_search > experiments/grid_search_tabular.log
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