Skip to content

Logging updated in loading #5

Merged
merged 1 commit into from
Oct 25, 2023
Merged

Logging updated in loading #5

merged 1 commit into from
Oct 25, 2023

Conversation

lrm22005
Copy link
Owner

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)

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)
@lrm22005 lrm22005 merged commit 2baed00 into Luis Oct 25, 2023
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant