Skip to content

Bug Report: Manual Update of audio_emotion Not Reflecting Correctly #32

Description

@nazmulAbid-cell

@ltzheng
When manually updating the audio_emotion variable in inference.py (line 142) to set it to a specific emotion (e.g., disgusted with value 1), the output does not reflect the updated emotion.

Modify inference.py at line 142:

              audio_emotion = torch.full((audio_emb.shape[0],), 1, dtype=torch.int32, device=device)
              num_emotion_classes = 9

This sets the audio_emotion to 1 (disgusted) for all embeddings.

Run the inference pipeline.
Expected Behavior
The output should correctly reflect the manually set audio_emotion value.

Observed Behavior
Observe that the output does not reflect the manually assigned emotion (disgusted).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions