Skip to content

Commit 2e6abdd

Browse files
committed
Clean
1 parent 3d36b28 commit 2e6abdd

File tree

5 files changed

+7
-164
lines changed

5 files changed

+7
-164
lines changed

benchmark.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ end
1111
basedir = haskey(ENV, "DEEPDIP") ? ENV["DEEPDIP"] : @__DIR__
1212
outdir = joinpath(basedir, "output", "kolmogorov")
1313
confdir = joinpath(basedir, "configs/local")
14-
#confdir = joinpath(basedir, "configs/snellius")
14+
confdir = joinpath(basedir, "configs/snellius")
1515
@warn "Using configuration files from $confdir"
1616
compdir = joinpath(outdir, "comparison")
1717
ispath(compdir) || mkpath(compdir)

configs/snellius/att_1.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ docreatedata: true
22
docomp: true
33
ntrajectory: 8
44
T: "Float32"
5+
dataproj: true
56
params:
67
D: 2
78
lims: [0.0, 1.0]
@@ -39,18 +40,19 @@ closure:
3940
rng: "Xoshiro(seeds.θ_start)"
4041
priori:
4142
dotrain: true
42-
nepoch: 10000
43+
nepoch: 50000
4344
batchsize: 64
4445
opt: "OptimiserChain(Adam(T(1.0e-3)), ClipGrad(0.1))"
4546
do_plot: false
4647
plot_train: false
4748
posteriori:
4849
dotrain: true
4950
projectorders: "(ProjectOrder.Last, )"
50-
nepoch: 300
51-
opt: "OptimiserChain(Adam(T(1.0e-3)), ClipGrad(0.1))"
51+
nepoch: 1500
52+
opt: "OptimiserChain(Adam(T(1.0e-4)), ClipGrad(0.01))"
5253
nunroll: 5
5354
nunroll_valid: 10
54-
dt: T(5e-5)
55+
dt: 0.0001
56+
nsamples: 1
5557
do_plot: false
5658
plot_train: false

configs/snellius/cnn_2.yaml

Lines changed: 0 additions & 53 deletions
This file was deleted.

configs/snellius/cnn_nt25.yaml

Lines changed: 0 additions & 53 deletions
This file was deleted.

configs/snellius/cnn_test.yaml

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)