neosr
neosr copied to clipboard
Enable single and paired datasets validation. Add dataset specific image saving options
nondist_validation
now first checks dataset type, and if it's single
disables metric computations (with_metrics
). That is enough to use both single
and paired
dataset in validation, e.g. if one wants to use the paired
only for metrics and the single
one for a visual check.
Adds support for two dataset options.
-
save_img
if present overwrites the global setting for saving images to disk. -
save_tb
iftrue
saves the image in tensorboard for visualization.
There is no need to modify existent options.