length of dataset.samples and length of train+val+test does not match.
Fixed one of the key of self.md5s from loco_20170217_02.mat to loco_20170215_02.mat, as loco_20170217_02.mat is a file that we are not using anymore.
set offset to zero in the split_data() method. This is because the offset variable is a legacy variable from when we were doing chunkings of the dataset and is used to prevent overlaps. Since we are not doing chunkings anymore, offset can now be removed.
Fixed the following issues:
length of dataset.samples and length of train+val+test does not match.
Fixed one of the key of self.md5s from loco_20170217_02.mat to loco_20170215_02.mat, as loco_20170217_02.mat is a file that we are not using anymore.
set offset to zero in the split_data() method. This is because the offset variable is a legacy variable from when we were doing chunkings of the dataset and is used to prevent overlaps. Since we are not doing chunkings anymore, offset can now be removed.