Closed liang23333 closed 4 years ago
Hi, in data_loaders.py line 83, maybe it should be not sam_len % seq_len ==0, not be not seq_len % seq_len ==0
if not seq_len%seq_len == 0: sequence = self.get_files_of_taxonomy(phase, name, samples[-seq_len:]) sequences.extend(sequence) seq_num += 1
Hi, in data_loaders.py line 83, maybe it should be not sam_len % seq_len ==0, not be not seq_len % seq_len ==0