mirror of
https://github.com/c-sooyoung/bo-ptycho.git
synced 2026-09-17 19:29:07 +09:00
30 kV job
This commit is contained in:
+22
-27
@@ -1,6 +1,11 @@
|
|||||||
|
job:
|
||||||
|
type: "random+sobo"
|
||||||
|
random_iters: 16
|
||||||
|
sobo_iters: 512
|
||||||
|
|
||||||
io:
|
io:
|
||||||
input_data_path: '/home/swim/shared/Si_project/data/Si2V1_2.mat'
|
input_data_path: '/home/swim/shared/Si_project/data/Si30V3_2.mat'
|
||||||
result_dir: '/home/swim/bo-ptycho/results/Si2V1_2/260814-2'
|
result_dir: '/home/swim/bo-ptycho/results/Si30V3_2/260816'
|
||||||
verbosity: 1
|
verbosity: 1
|
||||||
|
|
||||||
ptycho:
|
ptycho:
|
||||||
@@ -9,14 +14,14 @@ ptycho:
|
|||||||
params:
|
params:
|
||||||
voltage: 200
|
voltage: 200
|
||||||
alpha_max: 30
|
alpha_max: 30
|
||||||
defocus: -250
|
defocus: 200
|
||||||
rot_ang: 0.3
|
rot_ang: 0.1
|
||||||
Nlayers: 20
|
Nlayers: 30
|
||||||
thickness: 250
|
thickness: 650
|
||||||
rbf: 37
|
rbf: 38
|
||||||
tilt_x: 2
|
tilt_x: 5
|
||||||
tilt_y: 0
|
tilt_y: 3
|
||||||
scan_step_size: 0.36
|
scan_step_size: 0.35
|
||||||
|
|
||||||
Niter: 100
|
Niter: 100
|
||||||
Niter_save_results: 100
|
Niter_save_results: 100
|
||||||
@@ -38,11 +43,16 @@ ptycho:
|
|||||||
regularize_layers: 0.2
|
regularize_layers: 0.2
|
||||||
variable_probe: false
|
variable_probe: false
|
||||||
|
|
||||||
search:
|
bo:
|
||||||
metric: log_fourier
|
batch: 4
|
||||||
|
acquisition: 'ucb'
|
||||||
|
beta: 0.1
|
||||||
|
metric: 'log_fourier'
|
||||||
params:
|
params:
|
||||||
|
alpha_max:
|
||||||
defocus:
|
defocus:
|
||||||
radius: 100
|
radius: 100
|
||||||
|
rot_ang:
|
||||||
Nlayers:
|
Nlayers:
|
||||||
radius: 5
|
radius: 5
|
||||||
type: int
|
type: int
|
||||||
@@ -50,18 +60,3 @@ search:
|
|||||||
radius: 150
|
radius: 150
|
||||||
train_x:
|
train_x:
|
||||||
train_y:
|
train_y:
|
||||||
|
|
||||||
sequence:
|
|
||||||
# - sampler: fixed
|
|
||||||
|
|
||||||
# - sampler: grid
|
|
||||||
# points:
|
|
||||||
|
|
||||||
- sampler: random
|
|
||||||
samples: 32
|
|
||||||
|
|
||||||
- sampler: sobo
|
|
||||||
iterations: 512
|
|
||||||
batch: 4
|
|
||||||
acquisition: 'ucb'
|
|
||||||
beta: 0.1
|
|
||||||
|
|||||||
Reference in New Issue
Block a user