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

Commits on Oct 25, 2023

  1. Logging updated in loading

    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 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    70db268 View commit details
    Browse the repository at this point in the history