This commit is contained in:
2026-08-18 10:29:28 +09:00
parent 1dfa0db39e
commit f5e5df488f
2 changed files with 14 additions and 15 deletions
+13 -14
View File
@@ -1,11 +1,11 @@
job: job:
type: "random+sobo" type: 'random+sobo'
random_iters: 16 random_iters: 16
sobo_iters: 512 sobo_iters: 128
io: io:
input_data_path: '/home/swim/shared/Si_project/data/Si30V3_2.mat' input_data_path: '/home/swim/shared/Si_project/data/Si2V1_2.mat'
result_dir: '/home/swim/bo-ptycho/results/Si30V3_2/260816' result_dir: '/home/swim/bo-ptycho/results/Si2V1_2/260817'
verbosity: 1 verbosity: 1
ptycho: ptycho:
@@ -14,14 +14,14 @@ ptycho:
params: params:
voltage: 200 voltage: 200
alpha_max: 30 alpha_max: 30
defocus: 200 defocus: -250
rot_ang: 0.1 rot_ang: 0.3
Nlayers: 30 Nlayers: 20
thickness: 650 thickness: 250
rbf: 38 rbf: 37
tilt_x: 5 tilt_x: 2
tilt_y: 3 tilt_y: 0
scan_step_size: 0.35 scan_step_size: 0.36
Niter: 100 Niter: 100
Niter_save_results: 100 Niter_save_results: 100
@@ -43,16 +43,15 @@ ptycho:
regularize_layers: 0.2 regularize_layers: 0.2
variable_probe: false variable_probe: false
bo: bo:
batch: 4 batch: 4
acquisition: 'ucb' acquisition: 'ucb'
beta: 0.1 beta: 0.1
metric: 'log_fourier' 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
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
#SBATCH --job-name=Si30V #SBATCH --job-name=Si2V
#SBATCH --nodes=1 #SBATCH --nodes=1
#SBATCH --ntasks=1 #SBATCH --ntasks=1
#SBATCH --cpus-per-task=16 #SBATCH --cpus-per-task=16