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

Merge branch '85-overshooting' of https://github.com/pat-alt/ECCCo.jl into 85-overshooting

parents 0d6708fd f0e20f48
No related branches found
No related tags found
1 merge request!8985 overshooting
...@@ -27,8 +27,8 @@ git-tree-sha1 = "80fb590edda3c364e3bba56f7ebb810b52c73447" ...@@ -27,8 +27,8 @@ git-tree-sha1 = "80fb590edda3c364e3bba56f7ebb810b52c73447"
lazy = true lazy = true
[[results-extended.download]] [[results-extended.download]]
sha256 = "a30ff71d3dd247084f35bd8e9a60320a42de0bcac9a3cb4b192c31e1bb75cbb7" sha256 = "1d161c7ec10a47347d5f3a8a5a915c9564688738640087de40437281b02e971d"
url = "https://github.com/pat-alt/ECCCo.jl.git/releases/download/results-extended/results-extended.tar.gz" url = "https://github.com/pat-alt/ECCCo.jl/releases/download/results-extended/results-extended.tar.gz"
["results-paper-submission-1.8.5"] ["results-paper-submission-1.8.5"]
git-tree-sha1 = "3be5119c4ce466017db79f10fdb72b97e745bd7d" git-tree-sha1 = "3be5119c4ce466017db79f10fdb72b97e745bd7d"
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#SBATCH --ntasks=10 #SBATCH --ntasks=10
#SBATCH --cpus-per-task=4 #SBATCH --cpus-per-task=4
#SBATCH --partition=compute #SBATCH --partition=compute
#SBATCH --mem-per-cpu=16GB #SBATCH --mem-per-cpu=8GB
#SBATCH --account=research-eemcs-insy #SBATCH --account=research-eemcs-insy
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes. #SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes.
...@@ -13,5 +13,5 @@ module load 2023r1 openmpi ...@@ -13,5 +13,5 @@ module load 2023r1 openmpi
source experiments/slurm_header.sh source experiments/slurm_header.sh
srun julia --project=experiments --threads $SLURM_CPUS_PER_TASK experiments/run_experiments.jl -- data=mnist output_path=results_testing mpi grid_search n_individuals=10 threaded n_each=32 > experiments/logs/grid_search_linearly_separable.log srun julia --project=experiments --threads $SLURM_CPUS_PER_TASK experiments/run_experiments.jl -- data=mnist output_path=results_testing mpi grid_search n_individuals=10 threaded n_each=32 > experiments/logs/grid_search_mnist.log
\ No newline at end of file
...@@ -45,7 +45,7 @@ function generate_artifacts( ...@@ -45,7 +45,7 @@ function generate_artifacts(
# Try to detect where we should upload these weights to (or just override # Try to detect where we should upload these weights to (or just override
# as shown in the commented-out line) # as shown in the commented-out line)
origin_url = get_git_remote_url(root) origin_url = replace(get_git_remote_url(root), ".git" => "")
deploy_repo = "$(basename(dirname(origin_url)))/$(basename(origin_url))" deploy_repo = "$(basename(dirname(origin_url)))/$(basename(origin_url))"
end end
......
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