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

time increased for tabular and cali

parent a765f97f
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
#!/bin/bash
#SBATCH --job-name="Tabular (ECCCo)"
#SBATCH --time=05:00:00
#SBATCH --time=12:00:00
#SBATCH --ntasks=1000
#SBATCH --cpus-per-task=1
#SBATCH --partition=compute
......
#!/bin/bash
#SBATCH --job-name="Grid-search California Housing (ECCCo)"
#SBATCH --time=05:00:00
#SBATCH --time=12:00:00
#SBATCH --ntasks=1000
#SBATCH --cpus-per-task=1
#SBATCH --partition=compute
......
#!/bin/bash
#SBATCH --job-name="Grid-search Tabular (ECCCo)"
#SBATCH --time=10:00:00
#SBATCH --time=16:00:00
#SBATCH --ntasks=1000
#SBATCH --cpus-per-task=1
#SBATCH --partition=compute
......@@ -11,4 +11,4 @@
module load 2023r1 openmpi
srun julia --project=experiments experiments/run_experiments.jl -- data=gmsc,german_credit,california_housing 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
\ No newline at end of file
......@@ -41,7 +41,8 @@ params = (
niter_eccco=500,
Λ=[0.1, 0.25, 0.25],
Λ_Δ=[0.1, 0.1, 2.5],
opt=Flux.Optimise.Adam(0.1)
opt=Flux.Optimise.Descent(0.1),
reg_strength = 0
)
if !GRID_SEARCH
......
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