From edd990037db357c54fb136318de7d0b1fa1b30d7 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Fri, 17 Feb 2023 15:03:21 +0000 Subject: [PATCH] Add docu --- docs/changes/146.feature.rst | 4 ++++ docs/changes/146.maintenance.rst | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 docs/changes/146.feature.rst create mode 100644 docs/changes/146.maintenance.rst diff --git a/docs/changes/146.feature.rst b/docs/changes/146.feature.rst new file mode 100644 index 00000000..d06ead0b --- /dev/null +++ b/docs/changes/146.feature.rst @@ -0,0 +1,4 @@ +- Add normalization callback with two different techniques +- Update plotting routines for real/imag images +- Update evaluate_area and evaluate_ms_ssim for half images +- Add evaluate_ms_ssim for sampled images diff --git a/docs/changes/146.maintenance.rst b/docs/changes/146.maintenance.rst new file mode 100644 index 00000000..70350d6b --- /dev/null +++ b/docs/changes/146.maintenance.rst @@ -0,0 +1,5 @@ +- Add the model name to predictions and sampling file +- Delete unnecessary pad_unsqueeze function +- Add amp_phase keyword to sample_images +- Fix deprecation warning in sampling.py +- Add image size to test_evaluation.py routines