I have a dataset that has the shape [65536,1,94], which 65536 is number of my samples, 1 is num of the channel and 94 is length of the signal.(my dataset is 65536 signals).
Dose anyone know how I can split this dataset to test dataset and train dataset randomly? Randomly splitting is so important for me because the number of datasets (65536) is actually pixels of an image (256*256).