-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
2,355 additions
and
1,269 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
python3 -m cryo_sbi.inference.NPE_train_without_saving \ | ||
--image_config_file 6wxb/image_params_training.json \ | ||
--image_config_file 6wxb/image_params_mixed_training.json \ | ||
--train_config_file 6wxb/resnet18_fft_encoder.json\ | ||
--epochs 300 \ | ||
--estimator_file 6wxb/posterior_6wxb_fft.estimator \ | ||
--loss_file 6wxb/posterior_6wxb_fft.loss \ | ||
--n_workers 24 | ||
--epochs 200 \ | ||
--estimator_file 6wxb/6wxb_mixed_posterior.estimator \ | ||
--loss_file 6wxb/6wxb_mixed_posterior.loss \ | ||
--n_workers 24 \ | ||
--train_from_checkpoint \ | ||
--state_dict_file 6wxb/posterior_torsion.estimator | ||
|
||
python3 -m cryo_sbi.inference.NPE_train_without_saving \ | ||
--image_config_file 6wxb/image_params_mixed_training.json \ | ||
--train_config_file 6wxb/resnet18_fft_noise_encoder.json\ | ||
--epochs 200 \ | ||
--estimator_file 6wxb/6wxb_mixed_posterior_noise.estimator \ | ||
--loss_file 6wxb/6wxb_mixed_posterior_noise.loss \ | ||
--n_workers 24 \ | ||
--train_from_checkpoint \ | ||
--state_dict_file 6wxb/6wxb_mixed_posterior.estimator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.