mirror of
https://github.com/c-sooyoung/bo-ptycho.git
synced 2026-09-17 18:29:07 +09:00
added hotfix for batched bo
This commit is contained in:
+16
-14
@@ -1,22 +1,22 @@
|
||||
job:
|
||||
type: "random+sobo"
|
||||
random_iters: 3
|
||||
sobo_iters: 30
|
||||
type: "test"
|
||||
random_iters: 5
|
||||
sobo_iters: 10
|
||||
|
||||
io:
|
||||
input_data_path: '/home/swim/Si_project/data/Si2V1_1.mat'
|
||||
input_data_path: '/home/swim/shared/Si_project/data/Si2V1_1.mat'
|
||||
result_dir: '/home/swim/bo-ptycho/results/test'
|
||||
verbosity: 1
|
||||
|
||||
ptycho:
|
||||
engine: 'fold_slice'
|
||||
path: '/home/swim/fold_slice'
|
||||
path: '/home/swim/fold_slice-stable'
|
||||
params:
|
||||
voltage: 200
|
||||
alpha_max: 30
|
||||
defocus: -200
|
||||
rot_ang: 0.3
|
||||
Nlayers: 20
|
||||
Nlayers: 5
|
||||
thickness: 250
|
||||
rbf: 37
|
||||
Nprobe: 1
|
||||
@@ -25,8 +25,8 @@ ptycho:
|
||||
tilt_x: 2
|
||||
tilt_y: 0
|
||||
scan_step_size: 0.36
|
||||
Niter: 100
|
||||
Niter_save_results: 100
|
||||
Niter: 5
|
||||
Niter_save_results: 5
|
||||
CBED_size: 192
|
||||
ADU: 1
|
||||
extra_print_info: ''
|
||||
@@ -36,24 +36,26 @@ ptycho:
|
||||
diff_pattern_blur: 1
|
||||
probe_change_start: 1
|
||||
object_change_start: 1
|
||||
grouping: 64
|
||||
probe_posiiton_search: 1
|
||||
grouping: inf
|
||||
probe_position_search: 1
|
||||
regularize_layers: 0.2
|
||||
variable_probe: 'false'
|
||||
verbosity
|
||||
|
||||
bo:
|
||||
mode: 'sobo'
|
||||
batch: 4
|
||||
acquisition: 'ucb'
|
||||
beta: 0.1 # for ucb only
|
||||
metric: 'log_fourier'
|
||||
params:
|
||||
alpha_max:
|
||||
defocus:
|
||||
radius: 100
|
||||
# radius: 100
|
||||
rot_ang:
|
||||
Nlayers:
|
||||
radius: 5
|
||||
radius: 2
|
||||
type: int
|
||||
thickness:
|
||||
radius: 100
|
||||
# radius: 100
|
||||
train_x:
|
||||
train_y:
|
||||
|
||||
Reference in New Issue
Block a user