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
  • !231

Merged
Created Feb 11, 2022 by Oliver Kirsebom@kirsebomOwner

Simplify model loading and exporting

  • Overview 7
  • Commits 22
  • Pipelines 11
  • Changes 20

Contains the following changes:

In nn_interface module:

  • save_model renamed to save and generalized to support three different output formats: ketos, protobuf, and ketos-protobuf

  • load_model_file renamed to load

  • build_from_recipe_file renamed to build

In waveform and spectrogram modules

  • added new method infer_shape

In parsing module:

  • added new function is_encoded

In export module:

  • added new function export_to_ketos

  • added new function get_export_function

  • generally improved the implementation of all export functions and strengthened test suite

Note: Wherever functions have been renamed, a wrapper function with the old name has been created to ensure backward compatibility.

Also, version no. has been bumped up to 2.5.0

Edited Feb 12, 2022 by Oliver Kirsebom
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: simplify_model_loading