You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I encountered the following problem in the process of reproducing the code. How can you solve this problem? Thank you.
self.filenames = [self.filenames[i] for i in np.where(self.split_mask)[0]]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Hello, I encountered the following problem in the process of reproducing the code. How can you solve this problem? Thank you.
self.filenames = [self.filenames[i] for i in np.where(self.split_mask)[0]]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: