openfl icon indicating copy to clipboard operation
openfl copied to clipboard

Investigate what is the most apropriate type for `sample_shape` and `target_shape` in ShardDirectorClient

Open dmitryagapov opened this issue 3 years ago • 1 comments

Now we are using ['100-200','300-400'] to describe height and width. Maybe there will be better alternative ((100, 200), (300,400)), or even create special type for it. https://github.com/intel/openfl/pull/151/files#r692170647

dmitryagapov avatar Aug 23 '21 08:08 dmitryagapov

Different data science problems may require samples of different dimensionality. If we want to develop a structure to replace strings it should be flexible enough to support different datasets and the logic behind this structure should be well documented.

igor-davidyuk avatar Aug 23 '21 12:08 igor-davidyuk