studio
studio copied to clipboard
array zero padding
This be classified as an enhancement issue.
When dealing with various length of input array, we need to force arrays to have same length. For example, time series, sequential data like sound data, and also image input data. for these reasons, zero padding can help user do their main job without tedious python scripting.