Skip to content

Inference improvements#4

Merged
palonso merged 15 commits into
mainfrom
inference_improvements
Jun 19, 2025
Merged

Inference improvements#4
palonso merged 15 commits into
mainfrom
inference_improvements

Conversation

@palonso

@palonso palonso commented Jun 19, 2025

Copy link
Copy Markdown
Owner
  • Support batched audio input
  • Check that the input is torch and not empty
  • torchaudio melspectrogram extraction
  • Add unittests and github actions
  • Fix warnings

palonso added 15 commits June 18, 2025 19:21
MAEST's forward method implements an `melspectrogram_input` parater.
When the input is 2D it will be treated as a batch of audios or a single
melspectrogram according to it.

torchaudio melspec replaces essentia for parallel, GPU-based
mel-spectrogram extraction when required.
Inference with segments shorter than training time is not problem so we
don't need this warning
- Bump package version
- Bump min python version
- Add pytest dep
@palonso
palonso merged commit 44bb9ba into main Jun 19, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant