-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I found a error with a file based on the size, I like to ensure that this error is not associated with our data. The error was in _, labeled_data, _, _, labeled_labels = load_data(data_path, labels_path, dataset_size=141, train=True, data_format=data_format, return_all="labeled") and it is associated with the size of the data readed time_freq_plot = np.array(pd.read_csv(seg_path, header=None)) time_freq_tensor = torch.Tensor(time_freq_plot).reshape(1, 128, 128)
- Loading branch information
Showing
1 changed file
with
114 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters