data_pack = np.hstack((data_len, data_X)) data_pack = data_pack.reshape(1, -1)
Last updated 3 years ago