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

Different feature values while using "import torch" ! #35

Open
DrewdropLife opened this issue Mar 25, 2024 · 0 comments
Open

Different feature values while using "import torch" ! #35

DrewdropLife opened this issue Mar 25, 2024 · 0 comments

Comments

@DrewdropLife
Copy link

DrewdropLife commented Mar 25, 2024

for example

import audioflux
output1 = audioflux.mel_spectrogram(waveform, num=80, radix2_exp=10, samplate=16000)
import torch
import audioflux
output2 = audioflux.mel_spectrogram(waveform, num=80, radix2_exp=10, samplate=16000)

I finally found out that the output1 and output2 is too different just because "import torch", if this is a bug? It'll call difference while inferencing with ONNX (without using torch to extract features).

@DrewdropLife DrewdropLife changed the title Different values while use "import torch" Different feature values while using "import torch" ! Mar 25, 2024
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

No branches or pull requests

1 participant