mirror of
https://github.com/c-sooyoung/bo-ptycho.git
synced 2026-09-17 18:29:07 +09:00
782 B
782 B
TODO:
- fold_slice: load diffractions / hdf5 files; change only param per job
- restructure
FoldSlicePtychoEngine.__init__()to load data but not params- write new
prepare_data.m
- write new
- restructure
- unify
BOEngine.__init__() - BO train_x/y transfer between engines for single job
- multi-GPU dispatcher
- synchronous batched BO
- asynchronous BO
- template job sequences / yamls
- mobo
- metric() function(s) for each ptycho engine
- FRC score
- separate
configintobo_configandptycho_config; letBOEnginehave no knowledge of ptychography and vice versa. - add GPU version of ExamplePtychoEngine
- change
PtychoEngine.metric()to accept list of names and return dict - custom sequence for BO
- design yaml first
TODAY:
UniformBOEngine