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

grid back up

parent be84f6be
No related branches found
No related tags found
1 merge request!8985 overshooting
#!/bin/bash #!/bin/bash
#SBATCH --job-name="Grid-search California Housing (ECCCo)" #SBATCH --job-name="Grid-search California Housing (ECCCo)"
#SBATCH --time=01:00:00 #SBATCH --time=01:10:00
#SBATCH --ntasks=10 #SBATCH --ntasks=10
#SBATCH --cpus-per-task=10 #SBATCH --cpus-per-task=10
#SBATCH --partition=general #SBATCH --partition=general
......
...@@ -202,9 +202,11 @@ DEFAULT_GENERATOR_TUNING_LARGE = ( ...@@ -202,9 +202,11 @@ DEFAULT_GENERATOR_TUNING_LARGE = (
reg_strength=[0.0, 0.1,], reg_strength=[0.0, 0.1,],
opt = [ opt = [
Descent(0.01), Descent(0.01),
Descent(0.05),
Optimiser(ClipValue(0.01), Descent(0.01)), Optimiser(ClipValue(0.01), Descent(0.01)),
Optimiser(ClipValue(0.05), Descent(0.05)),
], ],
decay = [(0.0, 1), (0.01, 1)], decay = [(0.0, 1), (0.01, 1), (0.1, 1)],
) )
"Boolean flag to check if model tuning was specified." "Boolean flag to check if model tuning was specified."
......
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