#122 calc input & output ML dimensions
A proposed new method info_input_output_dimensions
to the DataModule
to calculate dimensions of inputML
and outputML
as in #122 (closed).
It calculates total (sum of) dimensions of the (transformed) objects in datablocks inputML
and outputML
.
It also provides a summary listing all dimensions of the individual objects, which by default is printed (-> TODO: to be changed to logger), but can be toggled off.
Note:
I am ignoring DataMatrix
type for now.
Edited by Ania Apolinarska