Skip to content

Tweak msc

Philipp Frank requested to merge tweak_msc into msc

Use batches for convolution and interpolation for speedup. Change the interface of kernel interpolation: (bool) is_linear -> (str) interpolation_method_in Provide user specified interpolation method also for the output: interpolation_method_out Both interpolation methods currently implement nearest neighbor ('nearest') and (multi-)linear interpolation ('linear')

Merge request reports