Skip to content

Commit b226727

Browse files
committed
autopush
1 parent 56b1e3d commit b226727

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

cnn_model_workflow.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ for i = 1:ntrajectory
177177
end
178178
end
179179
@info "Data generated"
180-
@assert 1==2
181180

182181
# Computational time
183182
docomp = conf["docomp"]

configs/bck_snell/att_1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ seeds:
2525
prior: 345
2626
post: 456
2727
closure:
28-
name: "attention_reg"
28+
name: "attention"
2929
type: attentioncnn
3030
radii: [2, 2, 2, 2, 2]
3131
channels: [24, 24, 24, 24, 2]
@@ -42,7 +42,7 @@ closure:
4242
rng: "Xoshiro(seeds.θ_start)"
4343
priori:
4444
dotrain: true
45-
nepoch: 5000
45+
nepoch: 50000
4646
batchsize: 64
4747
opt: "OptimiserChain(Adam(T(1.0e-3)), ClipGrad(0.1))"
4848
do_plot: false

job_a100.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#SBATCH --time=05:00:00
99
#SBATCH --mail-type=BEGIN,END
1010
11-
#SBATCH --array=1-8
11+
#SBATCH --array=1-1
1212

1313
module load 2023
1414
module load juliaup/1.14.5-GCCcore-12.3.0

0 commit comments

Comments
 (0)