Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1 feature extraction #11

Merged
merged 15 commits into from
Oct 19, 2023
Merged

1 feature extraction #11

merged 15 commits into from
Oct 19, 2023

Commits on Oct 3, 2023

  1. First semi-working version

    Sara Veldhoen committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    41fb58c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Merged main into this branch

    Sara Veldhoen committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    ee67dd3 View commit details
    Browse the repository at this point in the history
  2. Code formatting etc

    Sara Veldhoen committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4f9d9a3 View commit details
    Browse the repository at this point in the history
  3. Code formatting etc.

    Sara Veldhoen committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    9a005b7 View commit details
    Browse the repository at this point in the history
  4. numpy type issue for example data

    Sara Veldhoen committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    257ed63 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Explicit path handling in main

    Sara Veldhoen committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    52a638e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Merge branch 'main' into 1-feature-extraction

    Sara Veldhoen committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b600a38 View commit details
    Browse the repository at this point in the history
  2. Obtain spectogram from loaded data proper

    Sara Veldhoen committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    aaf20be View commit details
    Browse the repository at this point in the history
  3. Renamed models.py to nn_models.py, to avoid confusion with general mo…

    …dels.py that merely defines output types etc.
    Sara Veldhoen committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e5f7141 View commit details
    Browse the repository at this point in the history
  4. Updated models module name in import statement

    Sara Veldhoen committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    6c8ee18 View commit details
    Browse the repository at this point in the history
  5. Use model config to initialize new model (rather than hardcoded model…

    …-setup)
    Sara Veldhoen committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    57d378e View commit details
    Browse the repository at this point in the history
  6. Retrieve input transformation from model_config and (optionally) chec…

    …k a sample of spectograms for dimensionality
    Sara Veldhoen committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c360594 View commit details
    Browse the repository at this point in the history
  7. mend

    Sara Veldhoen committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    81f16e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    6427280 View commit details
    Browse the repository at this point in the history
  2. codeformatting; poetry.lock

    jblom committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5f32908 View commit details
    Browse the repository at this point in the history