Skip to content

Luis #7

Merged
merged 4 commits into from
Nov 1, 2023
Merged

Luis #7

merged 4 commits into from
Nov 1, 2023

Commits on Oct 25, 2023

  1. Merge pull request #4 from lrm22005/main

    Merge pull request #3 from lrm22005/Luis
    lrm22005 authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    1d4c1bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from lrm22005/main

    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 authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2baed00 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from lrm22005/main

    Update project_1.py
    lrm22005 authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    167b36f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. VERSION 0.8

    This version has mainly 10 changes
    
    Over the loading
    Over the correlation evaluation using batches
    Over the processing based on the definition
    Returning a dictionary with some results of clusters.
    lrm22005 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    249ffbb View commit details
    Browse the repository at this point in the history