Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ketos ketos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • public_projects
  • ketosketos
  • Merge requests
  • !216

Merged
Created Oct 27, 2021 by Oliver Kirsebom@kirsebomOwner5 of 5 tasks completed5/5 tasks

Export model

  • Overview 9
  • Commits 19
  • Pipelines 14
  • Changes 17
  • Adds export module for neural networks. In its current form, this new module contains only one function: export_to_pamguard.
  • Also added two tests of this new function.
  • Extended the interface of the nn_interface.save_model method to allow user to specify audio representation as either dict or path to json.
  • Implemented new encode_audio_representation method in data_handling.parsing which essentially is the inverse mapping of the existing parse_audio_representation function
  • Modified the behaviour of the parse_audio_representation function as suggested in #109 (closed)
Edited Nov 08, 2021 by Oliver Kirsebom
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: export_model