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

more more MORE

parent aa731dde
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
......@@ -52,6 +52,7 @@ else
grid_search(
counterfactual_data, test_data;
dataname=dataname,
tuning_params=tuning_params
tuning_params=tuning_params,
n_individuals=5
)
end
\ No newline at end of file
......@@ -2,7 +2,7 @@
#SBATCH --job-name="Grid-search Fashion MNIST (ECCCo)"
#SBATCH --time=24:00:00
#SBATCH --ntasks=1000
#SBATCH --ntasks=2400
#SBATCH --cpus-per-task=1
#SBATCH --partition=compute
#SBATCH --mem-per-cpu=8GB
......
......@@ -2,7 +2,7 @@
#SBATCH --job-name="Grid-search MNIST (ECCCo)"
#SBATCH --time=24:00:00
#SBATCH --ntasks=1000
#SBATCH --ntasks=2400
#SBATCH --cpus-per-task=1
#SBATCH --partition=compute
#SBATCH --mem-per-cpu=8GB
......
......@@ -52,6 +52,7 @@ else
grid_search(
counterfactual_data, test_data;
dataname=dataname,
tuning_params=tuning_params
tuning_params=tuning_params,
n_individuals=5
)
end
\ No newline at end of file
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