We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43727d7 commit 215cc26Copy full SHA for 215cc26
operators/quantem-direct-ptycho/run.py
@@ -234,15 +234,16 @@ def quantem_direct_ptycho(
234
aberration_coefs=opt_aberration_coefs,
235
rotation_angle=opt_rotation_angle,
236
deconvolution_kernel=deconvolution_kernel,
237
- n_trials=5, # TODO increase this later
+ n_trials=50,
238
+ max_batch_size=10,
239
)
240
else:
241
logger.info(f"Scan {scan_number}: Using manual hyperparameter settings")
242
243
initial_parallax = direct_ptycho.reconstruct(
244
245
upsampling_factor=upsampling_factor,
- max_batch_size=32, # this used to be 10. Lets try 32
246
247
248
249
# Process and return result
0 commit comments